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()
1222 private static final Rect mTextBounds = new Rect(); field in Cea608CCWidget1319 getPaint().getTextBounds(mDummyText, 0, mDummyText.length(), mTextBounds); in onMeasure()1320 float actualTextWidth = mTextBounds.width(); in onMeasure()