Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DFontAssetDelegate.java16 public Typeface fetchFont(String fontFamily) { in fetchFont() method in FontAssetDelegate
/external/lottie/lottie/src/main/java/com/airbnb/lottie/manager/
DFontAssetManager.java75 typeface = delegate.fetchFont(fontFamily); in getFontFamily()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DPlayerFragment.kt113 override fun fetchFont(fontFamily: String?): Typeface { in <lambda>() method