Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java73 if (compositionLayer != null) {
74 compositionLayer.setProgress(animator.getAnimatedValueAbsolute());
94 private CompositionLayer compositionLayer; field in LottieDrawable
135 return compositionLayer != null && compositionLayer.hasMasks(); in hasMasks()
142 return compositionLayer != null && compositionLayer.hasMatte(); in hasMatte()
289 compositionLayer = new CompositionLayer( in buildCompositionLayer()
298 compositionLayer = null; in clearComposition()
401 if (compositionLayer == null) { in playAnimation()
432 if (compositionLayer == null) {
939 if (compositionLayer == null) {
[all …]