Searched refs:mJustificationMode (Results 1 – 5 of 5) sorted by relevance
183 private @JustificationMode int mJustificationMode = JUSTIFICATION_MODE_NONE; field in LineBreaker.Builder217 mJustificationMode = justificationMode; in setJustificationMode()239 return new LineBreaker(mBreakStrategy, mHyphenationFrequency, mJustificationMode, in build()
89 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()265 mJustificationMode = justificationMode; in setJustificationMode()297 private int mJustificationMode; field in DynamicLayout.Builder381 mJustificationMode = justificationMode; in DynamicLayout()396 mJustificationMode = b.mJustificationMode; in DynamicLayout()609 .setJustificationMode(mJustificationMode) in reflow()1162 private int mJustificationMode; field in DynamicLayout
113 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()389 mJustificationMode = justificationMode; in setJustificationMode()439 private int mJustificationMode; field in StaticLayout.Builder589 setJustificationMode(b.mJustificationMode); in StaticLayout()646 .setJustificationMode(b.mJustificationMode) in generate()
276 mJustificationMode = justificationMode; in setJustificationMode()328 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()2555 private int mJustificationMode; local
749 private int mJustificationMode;1002 mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;1387 mJustificationMode = a.getInt(attr, Layout.JUSTIFICATION_MODE_NONE);4651 mJustificationMode = justificationMode; in setJustificationMode()4669 return mJustificationMode; in getJustificationMode()9036 .setJustificationMode(mJustificationMode) in makeNewLayout()9096 .setJustificationMode(mJustificationMode) in makeSingleLayout()9149 .setJustificationMode(mJustificationMode) in makeSingleLayout()