Home
last modified time | relevance | path

Searched refs:mTextBounds (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadTextView.java35 private Rect mTextBounds = new Rect(); field in DialpadTextView
55 canvas.drawText(mTextStr, -mTextBounds.left, -mTextBounds.top, paint); in draw()
66 getPaint().getTextBounds(mTextStr, 0, mTextStr.length(), mTextBounds); in onMeasure()
68 int width = resolveSize(mTextBounds.width(), widthMeasureSpec); in onMeasure()
69 int height = resolveSize(mTextBounds.height(), heightMeasureSpec); in onMeasure()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthDrawable.java36 private final Rect mTextBounds = new Rect(); field in DayOfMonthDrawable
51 mPaint.getTextBounds(mDayOfMonth, 0, mDayOfMonth.length(), mTextBounds); in draw()
52 int textHeight = mTextBounds.bottom - mTextBounds.top; in draw()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java69 private Rect mTextBounds = new Rect(); field in StateView
127 mPaint.getTextBounds(mText, 0, mText.length(), mTextBounds); in drawText()
128 int x = (canvas.getWidth() - mTextBounds.width()) / 2; in drawText()
129 int y = mTextBounds.height() + (canvas.getHeight() - mTextBounds.height()) / 2; in drawText()
/aosp12/frameworks/base/media/java/android/media/
H A DTimedText.java108 private Rect mTextBounds = null; field in TimedText
375 mTextBounds = bounds; in TimedText()
398 return mTextBounds; in getBounds()
515 mTextBounds = new Rect(left, top, right, bottom); in parseParcel()
H A DClosedCaptionRenderer.java1222 private static final Rect mTextBounds = new Rect(); field in Cea608CCWidget
1319 getPaint().getTextBounds(mDummyText, 0, mDummyText.length(), mTextBounds); in onMeasure()
1320 float actualTextWidth = mTextBounds.width(); in onMeasure()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java47 private Rect mTextBounds = new Rect(); field in IconView
87 mPaint.getTextBounds(text, 0, text.length(), mTextBounds); in computeTextPosition()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28138 Landroid/media/Cea608CCWidget;->mTextBounds:Landroid/graphics/Rect;
33649 Landroid/media/TimedText;->mTextBounds:Landroid/graphics/Rect;