Searched refs:mTextBounds (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
H A D | DialpadTextView.java | 35 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 D | DayOfMonthDrawable.java | 36 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 D | StateView.java | 69 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 D | TimedText.java | 108 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 D | ClosedCaptionRenderer.java | 1222 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 D | IconView.java | 47 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 D | hiddenapi-max-target-o.txt | 28138 Landroid/media/Cea608CCWidget;->mTextBounds:Landroid/graphics/Rect; 33649 Landroid/media/TimedText;->mTextBounds:Landroid/graphics/Rect;
|