Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java545 private SurfaceAnimator mRotateScreenAnimator; field in ScreenRotationAnimation.SurfaceRotationAnimationController
551 mRotateScreenAnimator = startScreenshotAlphaAnimation(); in startCustomAnimation()
720 mRotateScreenAnimator != null in onAnimationEnd()
721 ? mRotateScreenAnimator.isAnimating() : null, in onAnimationEnd()
730 mRotateScreenAnimator = null; in onAnimationEnd()
750 if (mRotateScreenAnimator != null) { in cancel()
751 mRotateScreenAnimator.cancelAnimation(); in cancel()
766 || mRotateScreenAnimator != null && mRotateScreenAnimator.isAnimating() in isAnimating()