Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DLineBreaker.java458 @HyphenationFrequency int hyphenationFrequency, @JustificationMode int justify, in LineBreaker() argument
461 justify == JUSTIFICATION_MODE_INTER_WORD, indents); in LineBreaker()
/aosp14/system/core/libutils/
H A DString8_fuzz.cpp109 int32_t justify = dataProvider->ConsumeIntegralInRange<int32_t>(-kMaxFormatFlagValue, in fuzzFormat() local
111 formatString += std::to_string(justify); in fuzzFormat()
/aosp14/frameworks/base/media/java/android/media/
H A 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()
/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java612 final boolean justify = isJustificationRequired(lineNum); in drawText()
740 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTab && !justify) { in drawText()
748 if (justify) { in drawText()
749 tl.justify(right - left - indentWidth); in drawText()
1724 tl.justify(getJustifyWidth(line)); in getLineExtent()
1755 tl.justify(getJustifyWidth(line)); in getLineExtent()
H A DTextLine.java257 public void justify(float justifyWidth) { in justify() method in TextLine
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java56 tl.justify(expandedWidth); in stretchesToFullWidth()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25324 Landroid/media/Cea708CCParser$CaptionWindowAttr;->justify:I
56919 Landroid/text/TextLine;->justify(F)V