Searched refs:autoPlay (Results 1 – 2 of 2) sorted by relevance
103 private boolean autoPlay = false; field in LottieAnimationView166 autoPlay = true; in init()314 if (autoPlay || wasAnimatingWhenDetached) { in onAttachedToWindow()317 autoPlay = false; in onAttachedToWindow()897 autoPlay = false; in pauseAnimation()
178 * Prevent autoPlay from starting before the animation was attached to the window. This caused anima…