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()
276 mJustificationMode = justificationMode; in setJustificationMode()328 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()2555 private int mJustificationMode; local
751 private int mJustificationMode;1007 mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;1392 mJustificationMode = a.getInt(attr, Layout.JUSTIFICATION_MODE_NONE);4656 mJustificationMode = justificationMode; in setJustificationMode()4674 return mJustificationMode; in getJustificationMode()9051 .setJustificationMode(mJustificationMode) in makeNewLayout()9111 .setJustificationMode(mJustificationMode) in makeSingleLayout()9164 .setJustificationMode(mJustificationMode) in makeSingleLayout()
69952 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I70004 Landroid/text/DynamicLayout;->mJustificationMode:I70213 Landroid/text/Layout;->mJustificationMode:I70692 Landroid/text/StaticLayout$Builder;->mJustificationMode:I84975 Landroid/widget/TextView;->mJustificationMode:I