Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java134 private boolean cacheComposition = true; field in LottieAnimationView
160 cacheComposition = ta.getBoolean(R.styleable.LottieAnimationView_lottie_cacheComposition, true); in init()
463 public void setCacheComposition(boolean cacheComposition) { in setCacheComposition() argument
464 this.cacheComposition = cacheComposition; in setCacheComposition()
490 return new LottieTask<>(() -> cacheComposition in fromRawRes()
493 return cacheComposition ? in fromRawRes()
506 return new LottieTask<>(() -> cacheComposition ? in fromAssets()
509 return cacheComposition ? in fromAssets()
575 LottieTask<LottieComposition> task = cacheComposition ? in setAnimationFromUrl()