Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionWindowLayout.java460 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize() local
461 paint.setTextSize(testTextSize); in updateTextSize()
464 startFontSize = testTextSize + 0.01f; in updateTextSize()
466 endFontSize = testTextSize - 0.01f; in updateTextSize()