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

/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java557 int effectSpeed = (data[pos + 3] & 0xf0) >> 4;
564 effectDirection, effectSpeed, displayEffect)));
569 + "justify: %s, effectDirection: %d, effectSpeed: %d, "
572 scrollDirection, justify, effectDirection, effectSpeed, displayEffect));
958 public final int effectSpeed; field in class:Cea708CCParser.CaptionWindowAttr
964 int effectSpeed, int displayEffect) {
973 this.effectSpeed = effectSpeed;
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 38 milliseconds