Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java80 assertThat(style.getFontColor()).isEqualTo(FONT_COLOR); in inheritStyle()
108 assertThat(style.getFontColor()).isEqualTo(FONT_COLOR); in chainStyle()
178 assertThat(style.getFontColor()).isEqualTo(BLACK); in fontColor()
DTtmlRenderUtilTest.java64 assertThat(resolved.getFontColor()).isEqualTo(RED); in resolveStyleMultipleReferentialStyles()
DTtmlDecoderTest.java378 assertThat(style.getFontColor()).isEqualTo(0xFF000000); in multipleChaining()
384 assertThat(style.getFontColor()).isEqualTo(0xFFFF0000); in multipleChaining()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java231 assertThat(actualElem.getFontColor()).isEqualTo(expected.getFontColor()); in assertParserProduces()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java230 public int getFontColor() { in getFontColor() method in WebvttCssStyle
DWebvttCueParser.java645 new ForegroundColorSpan(style.getFontColor()), in applyStyleToText()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java157 public int getFontColor() { in getFontColor() method in TtmlStyle
DTtmlRenderUtil.java98 new ForegroundColorSpan(style.getFontColor()), in applyStylesToSpan()