Searched refs:screenRotationAnimation (Results 1 – 3 of 3) sorted by relevance
1252 final ScreenRotationAnimation screenRotationAnimation = mService.mRoot.getDisplayContent( in transitionGoodToGo() local1262 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() in transitionGoodToGo()
2213 ScreenRotationAnimation screenRotationAnimation = rotateSeamlessly in applyRotation() local2224 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in applyRotation()2225 screenRotationAnimation.setRotation(transaction, rotation); in applyRotation()3461 public void setRotationAnimation(ScreenRotationAnimation screenRotationAnimation) { in setRotationAnimation() argument3463 mScreenRotationAnimation = screenRotationAnimation; in setRotationAnimation()3470 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in setRotationAnimation()3566 final ScreenRotationAnimation screenRotationAnimation = getRotationAnimation(); in dumpDebug() local3567 if (screenRotationAnimation != null) { in dumpDebug()3568 screenRotationAnimation.dumpDebug(proto, SCREEN_ROTATION_ANIMATION); in dumpDebug()
6562 ScreenRotationAnimation screenRotationAnimation = displayContent == null ? null in doStopFreezingDisplayLocked() local6564 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in doStopFreezingDisplayLocked()6572 if (screenRotationAnimation.dismiss(mTransaction, MAX_ANIMATION_DURATION, in doStopFreezingDisplayLocked()6577 screenRotationAnimation.kill(); in doStopFreezingDisplayLocked()6582 if (screenRotationAnimation != null) { in doStopFreezingDisplayLocked()6583 screenRotationAnimation.kill(); in doStopFreezingDisplayLocked()