Searched refs:endFontSize (Results 1 – 1 of 1) sorted by relevance
458 float endFontSize = 255f; in updateTextSize() local459 while (startFontSize < endFontSize) { in updateTextSize()460 float testTextSize = (startFontSize + endFontSize) / 2f; in updateTextSize()466 endFontSize = testTextSize - 0.01f; in updateTextSize()469 mTextSize = endFontSize * mFontScale; in updateTextSize()