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.java277 mJustificationMode = justificationMode; in setJustificationMode()
329 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()
2557 private int mJustificationMode; local
/frameworks/base/core/java/android/widget/
DTextView.java789 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59252 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I
59304 Landroid/text/DynamicLayout;->mJustificationMode:I
59513 Landroid/text/Layout;->mJustificationMode:I
59992 Landroid/text/StaticLayout$Builder;->mJustificationMode:I
73869 Landroid/widget/TextView;->mJustificationMode:I