Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A DTextLine.java81 private float mAddedWidthForJustify; field in TextLine
236 mAddedWidthForJustify = 0; in set()
263 mAddedWidthForJustify = (justifyWidth - width) / spaces; in justify()
780 wp.setWordSpacing(mAddedWidthForJustify);
919 wp.setWordSpacing(mAddedWidthForJustify);