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

/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DCea608CCParser.java292 static final int STYLE_ITALICS = 0x00000001; field in class:Cea608CCParser.StyleCode
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/
H A DClosedCaptionRenderer.java508 static final int STYLE_ITALICS = 0x00000001; field in class:Cea608CCParser.StyleCode
529 style |= STYLE_ITALICS;
541 return (mStyle & STYLE_ITALICS) != 0;
557 if ((mStyle & STYLE_ITALICS) != 0) {
591 style |= STYLE_ITALICS;
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java513 static final int STYLE_ITALICS = 0x00000001; field in class:Cea608CCParser.StyleCode
534 style |= STYLE_ITALICS;
546 return (mStyle & STYLE_ITALICS) != 0;
562 if ((mStyle & STYLE_ITALICS) != 0) {
596 style |= STYLE_ITALICS;

Completed in 201 milliseconds