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

/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 42 milliseconds