Searched refs:adjacentAnimation (Results 1 – 1 of 1) sorted by relevance
297 Animator adjacentAnimation = mFallbackRecentsView in composeRecentsLaunchAnimator() local299 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()