Searched refs:startFontSize (Results 1 – 1 of 1) sorted by relevance
504 float startFontSize = 0f; in updateTextSize() local507 while (startFontSize < endFontSize) { in updateTextSize()508 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize()518 startFontSize = testTextSize + 0.01f; in updateTextSize()