Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A 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()
/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java90 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()
266 mJustificationMode = justificationMode; in setJustificationMode()
298 private int mJustificationMode; field in DynamicLayout.Builder
382 mJustificationMode = justificationMode; in DynamicLayout()
397 mJustificationMode = b.mJustificationMode; in DynamicLayout()
610 .setJustificationMode(mJustificationMode) in reflow()
1222 private int mJustificationMode; field in DynamicLayout
H A DStaticLayout.java114 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()
391 mJustificationMode = justificationMode; in setJustificationMode()
457 private int mJustificationMode; field in StaticLayout.Builder
608 setJustificationMode(b.mJustificationMode); in StaticLayout()
679 .setJustificationMode(b.mJustificationMode) in generate()
H A DLayout.java327 mJustificationMode = justificationMode; in setJustificationMode()
502 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()
3257 private int mJustificationMode; local
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java876 private int mJustificationMode;
1180 mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;
1576 mJustificationMode = a.getInt(attr, Layout.JUSTIFICATION_MODE_NONE);
5158 mJustificationMode = justificationMode; in setJustificationMode()
5176 return mJustificationMode; in getJustificationMode()
10653 .setJustificationMode(mJustificationMode)
10715 .setJustificationMode(mJustificationMode)
10769 .setJustificationMode(mJustificationMode)
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55929 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I
55981 Landroid/text/DynamicLayout;->mJustificationMode:I
56190 Landroid/text/Layout;->mJustificationMode:I
56669 Landroid/text/StaticLayout$Builder;->mJustificationMode:I
70546 Landroid/widget/TextView;->mJustificationMode:I