Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java197 private @JustificationMode int mJustificationMode = JUSTIFICATION_MODE_NONE; field in LineBreaker.Builder
232 mJustificationMode = justificationMode; in setJustificationMode()
276 return new LineBreaker(mBreakStrategy, mHyphenationFrequency, mJustificationMode, in build()
495 private final @JustificationMode int mJustificationMode; field in LineBreaker
511 mJustificationMode = justify; in LineBreaker()
546 return mJustificationMode; in getJustificationMode()
/frameworks/base/core/java/android/text/
DDynamicLayout.java98 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()
275 mJustificationMode = justificationMode; in setJustificationMode()
415 private int mJustificationMode; field in DynamicLayout.Builder
509 mJustificationMode = justificationMode; in DynamicLayout()
523 null /* leftIndents */, null /* rightIndents */, b.mJustificationMode, in DynamicLayout()
530 mJustificationMode = b.mJustificationMode; in DynamicLayout()
746 .setJustificationMode(mJustificationMode) in reflow()
1402 private int mJustificationMode; field in DynamicLayout
DLayout.java397 mJustificationMode = justificationMode; in Layout()
682 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false; in isJustificationRequired()
930 tl.justify(mJustificationMode, right - left - indentWidth); in drawText()
1288 tl.justify(mJustificationMode, getJustifyWidth(line)); in computeDrawingBoundingBox()
2049 tl.justify(mJustificationMode, getJustifyWidth(line)); in getLineExtent()
2137 tl.justify(mJustificationMode, getJustifyWidth(line)); in getLineExtent()
3657 private int mJustificationMode; local
4071 mJustificationMode = justificationMode; in setJustificationMode()
4221 .setJustificationMode(mJustificationMode) in build()
4231 mJustificationMode, mLineBreakConfig, metrics, mUseBoundsForWidth, in build()
[all …]
DStaticLayout.java121 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE; in obtain()
401 mJustificationMode = justificationMode; in setJustificationMode()
596 private int mJustificationMode; field in StaticLayout.Builder
712 b.mRightIndents, b.mJustificationMode, b.mLineBreakConfig, b.mUseBoundsForWidth, in StaticLayout()
827 .setJustificationMode(b.mJustificationMode) in generate()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55286 Landroid/text/DynamicLayout$Builder;->mJustificationMode:I
55338 Landroid/text/DynamicLayout;->mJustificationMode:I
55547 Landroid/text/Layout;->mJustificationMode:I
56026 Landroid/text/StaticLayout$Builder;->mJustificationMode:I
69903 Landroid/widget/TextView;->mJustificationMode:I