Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java2025 float endFontSize = 255f; in updateTextSize() local
2026 while (startFontSize < endFontSize) { in updateTextSize()
2027 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize()
2033 endFontSize = testTextSize - 0.01f; in updateTextSize()
2036 mTextSize = endFontSize * mFontScale; in updateTextSize()