Searched refs:mJustificationMode (Results 1 – 6 of 6) 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()
277 mJustificationMode = justificationMode; in setJustificationMode()329 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()2557 private int mJustificationMode; local
789 private int mJustificationMode;1063 mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;1449 mJustificationMode = a.getInt(attr, Layout.JUSTIFICATION_MODE_NONE);4779 mJustificationMode = justificationMode; in setJustificationMode()4797 return mJustificationMode; in getJustificationMode()9176 .setJustificationMode(mJustificationMode) in makeNewLayout()9236 .setJustificationMode(mJustificationMode) in makeSingleLayout()9289 .setJustificationMode(mJustificationMode) in makeSingleLayout()
59252 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I59304 Landroid/text/DynamicLayout;->mJustificationMode:I59513 Landroid/text/Layout;->mJustificationMode:I59992 Landroid/text/StaticLayout$Builder;->mJustificationMode:I73869 Landroid/widget/TextView;->mJustificationMode:I