Home
last modified time | relevance | path

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

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