Searched refs:mAddedLetterSpacingInPx (Results 1 – 1 of 1) sorted by relevance
104 private float mAddedLetterSpacingInPx; field in TextLine114 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()