Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java312 int lettersCount = lineInfo.getClusterCount(); in justify() local
313 if (lettersCount < 2) { in justify()
316 mAddedLetterSpacingInPx = (justifyWidth - width) / (lettersCount - 1); in justify()
323 lettersCount = lineInfo.getClusterCount(); in justify()
324 mAddedLetterSpacingInPx = (justifyWidth - width) / (lettersCount - 1); in justify()