Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java103 private boolean autoPlay = false; field in LottieAnimationView
166 autoPlay = true; in init()
314 if (autoPlay || wasAnimatingWhenDetached) { in onAttachedToWindow()
317 autoPlay = false; in onAttachedToWindow()
897 autoPlay = false; in pauseAnimation()
/external/lottie/
DCHANGELOG.md178 * Prevent autoPlay from starting before the animation was attached to the window. This caused anima…