Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java84 private boolean mIsJustifying; field in TextLine
243 mIsJustifying = false; in set()
270 mIsJustifying = true; in justify()
914 if (mIsJustifying) { in getOffsetBeforeAfter()
1086 if (mIsJustifying) { in handleText()