Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java80 private boolean mIsJustifying; field in TextLine
235 mIsJustifying = false; in set()
262 mIsJustifying = true; in justify()
720 if (mIsJustifying) { in getOffsetBeforeAfter()
858 if (mIsJustifying) { in handleText()