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.java749 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()
9046 .setJustificationMode(mJustificationMode) in makeNewLayout()
9106 .setJustificationMode(mJustificationMode) in makeSingleLayout()
9159 .setJustificationMode(mJustificationMode) in makeSingleLayout()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74962 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I
75015 Landroid/text/DynamicLayout;->mJustificationMode:I
75248 Landroid/text/Layout;->mJustificationMode:I
75755 Landroid/text/StaticLayout$Builder;->mJustificationMode:I
91107 Landroid/widget/TextView;->mJustificationMode:I