Searched refs:justify (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java42 tl.justify(expandedWidth);
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java556 int justify = (data[pos + 2] & 0x03);
563 printDirection, scrollDirection, justify,
569 + "justify: %s, effectDirection: %d, effectSpeed: %d, "
572 scrollDirection, justify, effectDirection, effectSpeed, displayEffect));
956 public final int justify; field in class:Cea708CCParser.CaptionWindowAttr
962 boolean wordWrap, int printDirection, int scrollDirection, int justify,
971 this.justify = justify;
961 CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType, boolean wordWrap, int printDirection, int scrollDirection, int justify, int effectDirection, int effectSpeed, int displayEffect) argument
/frameworks/base/core/java/android/text/
H A DLayout.java434 final boolean justify = isJustificationRequired(lineNum);
561 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTab && !justify) {
566 if (justify) {
567 tl.justify(right - left - indentWidth);
1366 tl.justify(getJustifyWidth(line));
1394 tl.justify(getJustifyWidth(line));
H A DTextLine.java217 public void justify(float justifyWidth) { method in class:TextLine
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 139 milliseconds