Searched refs:mScreenRotationAnimation (Results 1 – 1 of 1) sorted by relevance
127 if (displayAnimator.mScreenRotationAnimation != null) { in removeDisplayLocked()128 displayAnimator.mScreenRotationAnimation.kill(); in removeDisplayLocked()129 displayAnimator.mScreenRotationAnimation = null; in removeDisplayLocked()172 displayAnimator.mScreenRotationAnimation; in animate()179 displayAnimator.mScreenRotationAnimation = null; in animate()207 mDisplayContentsAnimators.valueAt(i).mScreenRotationAnimation; in animate()308 if (displayAnimator.mScreenRotationAnimation != null) { in dumpLocked()310 displayAnimator.mScreenRotationAnimation.printTo(subSubPrefix, pw); in dumpLocked()375 animator.mScreenRotationAnimation = animation; in setScreenRotationAnimationLocked()385 return animator != null? animator.mScreenRotationAnimation : null; in getScreenRotationAnimationLocked()[all …]