Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DAllSetActivity.java90 private Animator.AnimatorListener mBackgroundAnimatorListener; field in AllSetActivity
136 if (mBackgroundAnimatorListener == null) { in startBackgroundAnimation()
137 mBackgroundAnimatorListener = in startBackgroundAnimation()
160 mAnimatedBackground.addAnimatorListener(mBackgroundAnimatorListener); in startBackgroundAnimation()
211 if (mBackgroundAnimatorListener != null) { in onDestroy()
212 mAnimatedBackground.removeAnimatorListener(mBackgroundAnimatorListener); in onDestroy()