Home
last modified time | relevance | path

Searched refs:justify (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineJustificationTest.kt70 tl.justify(Layout.JUSTIFICATION_MODE_INTER_CHARACTER, originalWidth + extraWidth) in justifyTest_IntrCharacter_Latin()
87 tl.justify(Layout.JUSTIFICATION_MODE_INTER_CHARACTER, originalWidth + extraWidth) in justifyTest_IntrCharacter_Japanese()
103 tl.justify(Layout.JUSTIFICATION_MODE_INTER_WORD, originalWidth + extraWidth) in justifyTest_IntrWord_Latin()
120 tl.justify(Layout.JUSTIFICATION_MODE_INTER_WORD, originalWidth + extraWidth) in justifyTest_IntrWord_Japanese()
DTextLineTest.java56 tl.justify(Layout.JUSTIFICATION_MODE_INTER_WORD, expandedWidth); in stretchesToFullWidth()
/frameworks/base/graphics/java/android/graphics/text/
DLineBreaker.java503 @HyphenationFrequency int hyphenationFrequency, @JustificationMode int justify, in LineBreaker() argument
506 justify == JUSTIFICATION_MODE_INTER_WORD, indents, useBoundsForWidth); in LineBreaker()
511 mJustificationMode = justify; in LineBreaker()
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java556 int justify = (data[pos + 2] & 0x03); in parseC1() local
563 printDirection, scrollDirection, justify, in parseC1()
572 scrollDirection, justify, effectDirection, effectSpeed, displayEffect)); in parseC1()
956 public final int justify; field in Cea708CCParser.CaptionWindowAttr
962 boolean wordWrap, int printDirection, int scrollDirection, int justify, in CaptionWindowAttr() argument
971 this.justify = justify; in CaptionWindowAttr()
/frameworks/base/core/java/android/text/
DLayout.java792 final boolean justify = isJustificationRequired(lineNum); in drawText()
921 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTab && !justify) { in drawText()
929 if (justify) { in drawText()
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()
DTextLine.java293 public void justify(@Layout.JustificationMode int justificationMode, float justifyWidth) { in justify() method in TextLine
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25324 Landroid/media/Cea708CCParser$CaptionWindowAttr;->justify:I
56276 Landroid/text/TextLine;->justify(F)V