Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java104 private float mAddedLetterSpacingInPx; field in TextLine
114 return mAddedLetterSpacingInPx; in getAddedLetterSpacingInPx()
307 mAddedLetterSpacingInPx = 0; in justify()
316 mAddedLetterSpacingInPx = (justifyWidth - width) / (lettersCount - 1); in justify()
317 if (mAddedLetterSpacingInPx > 0.03) { in justify()
324 mAddedLetterSpacingInPx = (justifyWidth - width) / (lettersCount - 1); in justify()
1127 wp.setLetterSpacing(mAddedLetterSpacingInPx / wp.getTextSize()); // Convert to Em in getOffsetBeforeAfter()
1329 wp.setLetterSpacing(mAddedLetterSpacingInPx / wp.getTextSize()); // Convert to Em in handleText()