Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java1252 final ScreenRotationAnimation screenRotationAnimation = mService.mRoot.getDisplayContent( in transitionGoodToGo() local
1262 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() in transitionGoodToGo()
DDisplayContent.java2213 ScreenRotationAnimation screenRotationAnimation = rotateSeamlessly in applyRotation() local
2224 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in applyRotation()
2225 screenRotationAnimation.setRotation(transaction, rotation); in applyRotation()
3461 public void setRotationAnimation(ScreenRotationAnimation screenRotationAnimation) { in setRotationAnimation() argument
3463 mScreenRotationAnimation = screenRotationAnimation; in setRotationAnimation()
3470 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in setRotationAnimation()
3566 final ScreenRotationAnimation screenRotationAnimation = getRotationAnimation(); in dumpDebug() local
3567 if (screenRotationAnimation != null) { in dumpDebug()
3568 screenRotationAnimation.dumpDebug(proto, SCREEN_ROTATION_ANIMATION); in dumpDebug()
DWindowManagerService.java6562 ScreenRotationAnimation screenRotationAnimation = displayContent == null ? null in doStopFreezingDisplayLocked() local
6564 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()