Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java504 float startFontSize = 0f; in updateTextSize() local
507 while (startFontSize < endFontSize) { in updateTextSize()
508 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize()
518 startFontSize = testTextSize + 0.01f; in updateTextSize()