Searched refs:mRecentScreenshotAnimator (Results 1 – 2 of 2) sorted by relevance
162 assertNotNull(mController.mRecentScreenshotAnimator); in testCancelAnimationWithScreenShot()163 assertTrue(mController.mRecentScreenshotAnimator.isAnimating()); in testCancelAnimationWithScreenShot()167 spyOn(mController.mRecentScreenshotAnimator.mAnimatable); in testCancelAnimationWithScreenShot()168 mController.mRecentScreenshotAnimator.cancelAnimation(); in testCancelAnimationWithScreenShot()169 verify(mController.mRecentScreenshotAnimator.mAnimatable).onAnimationLeashLost(any()); in testCancelAnimationWithScreenShot()
134 SurfaceAnimator mRecentScreenshotAnimator; field in RecentsAnimationController293 if (mRecentScreenshotAnimator != null) {294 mRecentScreenshotAnimator.cancelAnimation();295 mRecentScreenshotAnimator = null;551 mRecentScreenshotAnimator = new SurfaceAnimator( in screenshotRecentTask()560 mRecentScreenshotAnimator.transferAnimation(task.mSurfaceAnimator); in screenshotRecentTask()585 if (mRecentScreenshotAnimator != null) { in cleanupAnimation()586 mRecentScreenshotAnimator.cancelAnimation(); in cleanupAnimation()587 mRecentScreenshotAnimator = null; in cleanupAnimation()