Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java79 assertThat(style.getFontFamily()).isEqualTo(FONT_FAMILY); in inheritStyle()
107 assertThat(style.getFontFamily()).isEqualTo(FONT_FAMILY); in chainStyle()
164 assertThat(style.getFontFamily()).isNull(); in fontFamily()
166 assertThat(style.getFontFamily()).isEqualTo(FONT_FAMILY); in fontFamily()
168 assertThat(style.getFontFamily()).isNull(); in fontFamily()
DTtmlDecoderTest.java376 assertThat(style.getFontFamily()).isEqualTo("serif"); in multipleChaining()
385 assertThat(style.getFontFamily()).isEqualTo("serif"); in multipleChaining()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/manager/
DFontAssetManager.java61 Typeface typefaceWithDefaultStyle = getFontFamily(fontFamily); in getTypeface()
67 private Typeface getFontFamily(String fontFamily) { in getFontFamily() method in FontAssetManager
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtil.java111 if (style.getFontFamily() != null) { in applyStylesToSpan()
114 new TypefaceSpan(style.getFontFamily()), in applyStylesToSpan()
DTtmlStyle.java148 public String getFontFamily() { in getFontFamily() method in TtmlStyle
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java233 assertThat(actualElem.getFontFamily()).isEqualTo(expected.getFontFamily()); in assertParserProduces()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java221 public String getFontFamily() { in getFontFamily() method in WebvttCssStyle
DWebvttCueParser.java658 if (style.getFontFamily() != null) { in applyStyleToText()
661 new TypefaceSpan(style.getFontFamily()), in applyStyleToText()