Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java359 static final int STYLE_ITALICS = 0x00000001; field in CCParser.StyleCode
380 style |= STYLE_ITALICS; in fromByte()
392 return (mStyle & STYLE_ITALICS) != 0; in isItalics()
408 if ((mStyle & STYLE_ITALICS) != 0) { in toString()
442 style |= STYLE_ITALICS; in fromBytes()