Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java506 Rect boundRect = new Rect(); in updateTextSize() local
511 paint.getTextBounds(widestText, 0, widestText.length(), boundRect); in updateTextSize()
512 float height = boundRect.height() + width - boundRect.width(); in updateTextSize()