Searched refs:startFontSize (Results 1 – 1 of 1) sorted by relevance
2024 float startFontSize = 0f; in updateTextSize() local2026 while (startFontSize < endFontSize) { in updateTextSize()2027 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize()2031 startFontSize = testTextSize + 0.01f; in updateTextSize()