Searched defs:wordWrap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java553 boolean wordWrap = (data[pos + 2] & 0x40) != 0;
562 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap,
568 + "wordWrap: %s, printDirection: %d, scrollDirection: %d, "
571 fillColor, borderColor, borderType, wordWrap, printDirection,
953 public final boolean wordWrap; field in class:Cea708CCParser.CaptionWindowAttr
962 boolean wordWrap, int printDirection, int scrollDirection, int justify,
968 this.wordWrap = wordWrap;
961 CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType, boolean wordWrap, int printDirection, int scrollDirection, int justify, int effectDirection, int effectSpeed, int displayEffect) argument

Completed in 12 milliseconds