Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java513 static final int STYLE_ITALICS = 0x00000001; field in Cea608CCParser.StyleCode
534 style |= STYLE_ITALICS; in fromByte()
546 return (mStyle & STYLE_ITALICS) != 0; in isItalics()
562 if ((mStyle & STYLE_ITALICS) != 0) { in toString()
596 style |= STYLE_ITALICS; in fromBytes()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35314 Landroid/media/Cea608CCParser$StyleCode;->STYLE_ITALICS:I