Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java474 String widestText = widestTextBuilder.toString(); in updateTextSize() local
483 float width = paint.measureText(widestText); in updateTextSize()
484 paint.getTextBounds(widestText, 0, widestText.length(), boundRect); in updateTextSize()