Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
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()
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()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java617 private final Rect mTextBounds = new Rect(); field in BaseIconFactory.CenterTextDrawable
634 mTextPaint.getTextBounds(mText, 0, mText.length(), mTextBounds); in draw()
636 bounds.exactCenterX() - mTextBounds.exactCenterX(), in draw()
637 bounds.exactCenterY() - mTextBounds.exactCenterY(), in draw()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25260 Landroid/media/Cea608CCWidget;->mTextBounds:Landroid/graphics/Rect;
30771 Landroid/media/TimedText;->mTextBounds:Landroid/graphics/Rect;