Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java890 float currentWordWidth, runningWidth = 0; in modifyTitleToSupportMultiLine() local
903 runningWidth += currentWordWidth; in modifyTitleToSupportMultiLine()
904 if (runningWidth <= limitedWidth) { in modifyTitleToSupportMultiLine()