Searched refs:mAnimatedBackground (Results 1 – 1 of 1) sorted by relevance
89 private LottieAnimationView mAnimatedBackground; field in AllSetActivity129 mAnimatedBackground = findViewById(R.id.animated_background); in onCreate()160 mAnimatedBackground.addAnimatorListener(mBackgroundAnimatorListener); in startBackgroundAnimation()162 mAnimatedBackground.playAnimation(); in startBackgroundAnimation()212 mAnimatedBackground.removeAnimatorListener(mBackgroundAnimatorListener); in onDestroy()236 mAnimatedBackground.pauseAnimation(); in onSwipeProgressUpdate()237 } else if (!mAnimatedBackground.isAnimating()) { in onSwipeProgressUpdate()238 mAnimatedBackground.resumeAnimation(); in onSwipeProgressUpdate()