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.java104 private boolean cacheComposition = true; field in LottieAnimationView
138cacheComposition = ta.getBoolean(R.styleable.LottieAnimationView_lottie_cacheComposition, true); in init()
361 public void setCacheComposition(boolean cacheComposition) { in setCacheComposition() argument
362 this.cacheComposition = cacheComposition; in setCacheComposition()
372 LottieTask<LottieComposition> task = cacheComposition ? in setAnimation()
380 LottieTask<LottieComposition> task = cacheComposition ? in setAnimation()
422 LottieTask<LottieComposition> task = cacheComposition ? in setAnimationFromUrl()