Searched refs:STYLE_BOLD_ITALIC (Results 1 – 5 of 5) sorted by relevance
23 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()
20 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()
379 assertThat(style.getStyle()).isEqualTo(TtmlStyle.STYLE_BOLD_ITALIC); in multipleChaining()387 assertThat(style.getStyle()).isEqualTo(TtmlStyle.STYLE_BOLD_ITALIC); in multipleChaining()
50 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
40 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