Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java82 assertThat(style.getFontSizeUnit()).isEqualTo(FONT_SIZE_UNIT); in inheritStyle()
110 assertThat(style.getFontSizeUnit()).isEqualTo(FONT_SIZE_UNIT); in chainStyle()
194 assertThat(style.getFontSizeUnit()).isEqualTo(UNSPECIFIED); in fontSizeUnit()
196 assertThat(style.getFontSizeUnit()).isEqualTo(TtmlStyle.FONT_SIZE_UNIT_EM); in fontSizeUnit()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java235 assertThat(actualElem.getFontSizeUnit()).isEqualTo(expected.getFontSizeUnit()); in assertParserProduces()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java284 @FontSizeUnit public int getFontSizeUnit() { in getFontSizeUnit() method in WebvttCssStyle
DWebvttCueParser.java675 switch (style.getFontSizeUnit()) { in applyStyleToText()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java319 @FontSizeUnit public int getFontSizeUnit() { in getFontSizeUnit() method in TtmlStyle
DTtmlRenderUtil.java183 switch (style.getFontSizeUnit()) { in applyStylesToSpan()