Home
last modified time | relevance | path

Searched defs:justify (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libutils/
H A DString8_fuzz.cpp109 int32_t justify = dataProvider->ConsumeIntegralInRange<int32_t>(-kMaxFormatFlagValue, in fuzzFormat() local
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DLineBreaker.java458 @HyphenationFrequency int hyphenationFrequency, @JustificationMode int justify, in LineBreaker()
/aosp14/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java556 int justify = (data[pos + 2] & 0x03); in parseC1() local
956 public final int justify; field in Cea708CCParser.CaptionWindowAttr
962 boolean wordWrap, int printDirection, int scrollDirection, int justify, in CaptionWindowAttr()
/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java257 public void justify(float justifyWidth) { in justify() method in TextLine