Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java83 private float mAddedWidthForJustify; field in TextLine
242 mAddedWidthForJustify = 0; in set()
269 mAddedWidthForJustify = (justifyWidth - width) / spaces; in justify()
915 wp.setWordSpacing(mAddedWidthForJustify); in getOffsetBeforeAfter()
1087 wp.setWordSpacing(mAddedWidthForJustify); in handleText()