Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DAllSetActivity.java89 private LottieAnimationView mAnimatedBackground; field in AllSetActivity
129 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()