Searched refs:mTextBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
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()
|
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()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | BaseIconFactory.java | 617 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/ |
D | hiddenapi-max-target-o.txt | 25260 Landroid/media/Cea608CCWidget;->mTextBounds:Landroid/graphics/Rect; 30771 Landroid/media/TimedText;->mTextBounds:Landroid/graphics/Rect;
|