Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java615 float spacing = findBestSpacingValue(paint, text, width, MIN_LETTER_SPACING); in checkForEllipsis()
631 private float findBestSpacingValue(TextPaint paint, String text, float allowedWidthPx, in findBestSpacingValue() method in BubbleTextView