Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java620 private SurfaceAnimator mRotateScreenAnimator; field in ScreenRotationAnimation.SurfaceRotationAnimationController
626 mRotateScreenAnimator = startScreenshotAlphaAnimation(); in startCustomAnimation()
803 mRotateScreenAnimator != null in onAnimationEnd()
804 ? mRotateScreenAnimator.isAnimating() : null, in onAnimationEnd()
813 mRotateScreenAnimator = null; in onAnimationEnd()
837 if (mRotateScreenAnimator != null) { in cancel()
838 mRotateScreenAnimator.cancelAnimation(); in cancel()
853 || mRotateScreenAnimator != null && mRotateScreenAnimator.isAnimating() in isAnimating()