Searched refs:mScreenshotRotationAnimator (Results 1 – 1 of 1) sorted by relevance
605 private SurfaceAnimator mScreenshotRotationAnimator; field in ScreenRotationAnimation.SurfaceRotationAnimationController630 mScreenshotRotationAnimator = startScreenshotRotationAnimation(); in startScreenRotationAnimation()791 mScreenshotRotationAnimator != null in onAnimationEnd()792 ? mScreenshotRotationAnimator.isAnimating() : null in onAnimationEnd()798 mScreenshotRotationAnimator = null; in onAnimationEnd()819 if (mScreenshotRotationAnimator != null) { in cancel()820 mScreenshotRotationAnimator.cancelAnimation(); in cancel()840 || mScreenshotRotationAnimator != null in isAnimating()841 && mScreenshotRotationAnimator.isAnimating(); in isAnimating()