HomeSort by relevance Sort by last modified time
    Searched defs:STYLE_ITALICS (Results 1 - 3 of 3) sorted by null

  /frameworks/support/media/src/main/java/androidx/media/subtitle/
Cea608CCParser.java 292 static final int STYLE_ITALICS = 0x00000001;
313 style |= STYLE_ITALICS;
325 return (mStyle & STYLE_ITALICS) != 0;
341 if ((mStyle & STYLE_ITALICS) != 0) {
375 style |= STYLE_ITALICS;
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
ClosedCaptionRenderer.java 508 static final int STYLE_ITALICS = 0x00000001;
529 style |= STYLE_ITALICS;
541 return (mStyle & STYLE_ITALICS) != 0;
557 if ((mStyle & STYLE_ITALICS) != 0) {
591 style |= STYLE_ITALICS;
    [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 513 static final int STYLE_ITALICS = 0x00000001;
534 style |= STYLE_ITALICS;
546 return (mStyle & STYLE_ITALICS) != 0;
562 if ((mStyle & STYLE_ITALICS) != 0) {
596 style |= STYLE_ITALICS;
    [all...]

Completed in 100 milliseconds