Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DTimedText.java105 private Rect mTextBounds = null; field in TimedText
385 return mTextBounds; in getBounds()
502 mTextBounds = new Rect(left, top, right, bottom); in parseParcel()
DClosedCaptionRenderer.java1089 private static final Rect mTextBounds = new Rect(); field in ClosedCaptionWidget
1279 getPaint().getTextBounds(mDummyText, 0, mDummyText.length(), mTextBounds); in onMeasure()
1280 float actualTextWidth = mTextBounds.width(); in onMeasure()