Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java105 private boolean mIsJustifying; field in TextLine
119 return mIsJustifying; in isJustifying()
279 mIsJustifying = false; in set()
329 mIsJustifying = true; in justify()
1125 if (mIsJustifying) { in getOffsetBeforeAfter()
1327 if (mIsJustifying) { in handleText()