Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java162 setFallbackResource(ta.getResourceId(R.styleable.LottieAnimationView_lottie_fallbackRes, 0)); in init()
453 public void setFallbackResource(@DrawableRes int fallbackResource) { in setFallbackResource() method in LottieAnimationView
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt222 animationView.setFallbackResource(R.drawable.ic_close) in <lambda>()
/external/lottie/
DCHANGELOG.md29 load it from the internet. Use `setFallbackResource` from code or`lottie_fallbackRes` from xml.