Searched refs:mScreenRotationAnimation (Results 1 – 1 of 1) sorted by relevance
112 if (displayAnimator.mScreenRotationAnimation != null) { in removeDisplayLocked()113 displayAnimator.mScreenRotationAnimation.kill(); in removeDisplayLocked()114 displayAnimator.mScreenRotationAnimation = null; in removeDisplayLocked()161 displayAnimator.mScreenRotationAnimation; in animate()168 displayAnimator.mScreenRotationAnimation = null; in animate()193 mDisplayContentsAnimators.valueAt(i).mScreenRotationAnimation; in animate()286 if (displayAnimator.mScreenRotationAnimation != null) { in dumpLocked()288 displayAnimator.mScreenRotationAnimation.printTo(subSubPrefix, pw); in dumpLocked()347 animator.mScreenRotationAnimation = animation; in setScreenRotationAnimationLocked()357 return animator != null? animator.mScreenRotationAnimation : null; in getScreenRotationAnimationLocked()[all …]