Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java605 private SurfaceAnimator mScreenshotRotationAnimator; field in ScreenRotationAnimation.SurfaceRotationAnimationController
630 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()