Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java478 float endFontSize = 255f; in updateTextSize() local
480 while (startFontSize < endFontSize) { in updateTextSize()
481 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize()
493 endFontSize = testTextSize - 0.01f; in updateTextSize()
496 mTextSize = endFontSize * mFontScale; in updateTextSize()