Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsActivity.java297 Animator adjacentAnimation = mFallbackRecentsView in composeRecentsLaunchAnimator() local
299 adjacentAnimation.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
300 adjacentAnimation.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
301 adjacentAnimation.addListener(resetStateListener()); in composeRecentsLaunchAnimator()
302 target.play(adjacentAnimation); in composeRecentsLaunchAnimator()