Searched refs:mTextBounds (Results 1 – 2 of 2) sorted by relevance
105 private Rect mTextBounds = null; field in TimedText385 return mTextBounds; in getBounds()502 mTextBounds = new Rect(left, top, right, bottom); in parseParcel()
1089 private static final Rect mTextBounds = new Rect(); field in ClosedCaptionWidget1279 getPaint().getTextBounds(mDummyText, 0, mDummyText.length(), mTextBounds); in onMeasure()1280 float actualTextWidth = mTextBounds.width(); in onMeasure()