Searched refs:displayEffect (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
H A D | Cea708CaptionRenderer.java | 559 int displayEffect = data[pos + 3] & 0x3; 564 effectDirection, effectSpeed, displayEffect))); 570 + "displayEffect: %d", 572 scrollDirection, justify, effectDirection, effectSpeed, displayEffect)); 959 public final int displayEffect; field in class:Cea708CCParser.CaptionWindowAttr 964 int effectSpeed, int displayEffect) { 974 this.displayEffect = displayEffect; 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 1544 milliseconds