Searched refs:mAddedWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextLine.java66 // the line width will increase by mAddedWidth x (number of stretchable whitespaces).
67 private float mAddedWidth; field in class:TextLine
210 mAddedWidth = 0;
229 mAddedWidth = (justifyWidth - width) / spaces;
741 wp.setWordSpacing(mAddedWidth);
879 wp.setWordSpacing(mAddedWidth);

Completed in 21 milliseconds