Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtilTest.java23 import static com.google.android.exoplayer2.text.ttml.TtmlStyle.STYLE_BOLD_ITALIC;
66 assertThat(resolved.getStyle()).isEqualTo(STYLE_BOLD_ITALIC); in resolveStyleMultipleReferentialStyles()
98 assertThat(resolved.getStyle()).isEqualTo(STYLE_BOLD_ITALIC); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
DTtmlStyleTest.java20 import static com.google.android.exoplayer2.text.ttml.TtmlStyle.STYLE_BOLD_ITALIC;
78 assertThat(style.getStyle()).isEqualTo(STYLE_BOLD_ITALIC); in inheritStyle()
106 assertThat(style.getStyle()).isEqualTo(STYLE_BOLD_ITALIC); in chainStyle()
131 assertThat(style.getStyle()).isEqualTo(STYLE_BOLD_ITALIC); in style()
DTtmlDecoderTest.java379 assertThat(style.getStyle()).isEqualTo(TtmlStyle.STYLE_BOLD_ITALIC); in multipleChaining()
387 assertThat(style.getStyle()).isEqualTo(TtmlStyle.STYLE_BOLD_ITALIC); in multipleChaining()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java50 value = {UNSPECIFIED, STYLE_NORMAL, STYLE_BOLD, STYLE_ITALIC, STYLE_BOLD_ITALIC})
56 public static final int STYLE_BOLD_ITALIC = Typeface.BOLD_ITALIC; field in WebvttCssStyle
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java40 value = {UNSPECIFIED, STYLE_NORMAL, STYLE_BOLD, STYLE_ITALIC, STYLE_BOLD_ITALIC})
46 public static final int STYLE_BOLD_ITALIC = Typeface.BOLD_ITALIC; field in TtmlStyle