Searched refs:mRotateScreenAnimator (Results 1 – 1 of 1) sorted by relevance
620 private SurfaceAnimator mRotateScreenAnimator; field in ScreenRotationAnimation.SurfaceRotationAnimationController626 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()