Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java65 public @interface FontSizeUnit {} annotation in WebvttCssStyle
95 @FontSizeUnit private int fontSizeUnit;
284 @FontSizeUnit public int getFontSizeUnit() { in getFontSizeUnit()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java51 public @interface FontSizeUnit {} annotation in TtmlStyle
84 @FontSizeUnit private int fontSizeUnit;
319 @FontSizeUnit public int getFontSizeUnit() { in getFontSizeUnit()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java44 @TtmlStyle.FontSizeUnit private static final int FONT_SIZE_UNIT = TtmlStyle.FONT_SIZE_UNIT_EM;