Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java183 private @JustificationMode int mJustificationMode = JUSTIFICATION_MODE_NONE; field in LineBreaker.Builder
217 mJustificationMode = justificationMode; in setJustificationMode()
239 return new LineBreaker(mBreakStrategy, mHyphenationFrequency, mJustificationMode, in build()
/frameworks/base/core/java/android/text/
DDynamicLayout.java89 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()
265 mJustificationMode = justificationMode; in setJustificationMode()
297 private int mJustificationMode; field in DynamicLayout.Builder
381 mJustificationMode = justificationMode; in DynamicLayout()
396 mJustificationMode = b.mJustificationMode; in DynamicLayout()
609 .setJustificationMode(mJustificationMode) in reflow()
1162 private int mJustificationMode; field in DynamicLayout
DStaticLayout.java113 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()
389 mJustificationMode = justificationMode; in setJustificationMode()
439 private int mJustificationMode; field in StaticLayout.Builder
589 setJustificationMode(b.mJustificationMode); in StaticLayout()
646 .setJustificationMode(b.mJustificationMode) in generate()
DLayout.java276 mJustificationMode = justificationMode; in setJustificationMode()
328 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()
2555 private int mJustificationMode; local
/frameworks/base/core/java/android/widget/
DTextView.java751 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69952 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I
70004 Landroid/text/DynamicLayout;->mJustificationMode:I
70213 Landroid/text/Layout;->mJustificationMode:I
70692 Landroid/text/StaticLayout$Builder;->mJustificationMode:I
84975 Landroid/widget/TextView;->mJustificationMode:I