Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java160 final ScreenRotationAnimation screenRotationAnimation = in animate() local
162 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in animate()
163 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animate()
167 screenRotationAnimation.kill(); in animate()
192 final ScreenRotationAnimation screenRotationAnimation = in animate() local
194 if (screenRotationAnimation != null) { in animate()
195 screenRotationAnimation.updateSurfaces(mTransaction); in animate()
DWindowStateAnimator.java656 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local
660 final boolean screenAnimation = screenRotationAnimation != null in computeShownFrameLocked()
661 && screenRotationAnimation.isAnimating() in computeShownFrameLocked()
671 if (screenRotationAnimation.isRotating()) { in computeShownFrameLocked()
722 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()
732 screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
DDisplayContent.java1373 ScreenRotationAnimation screenRotationAnimation; in updateRotationUnchecked() local
1382 screenRotationAnimation = in updateRotationUnchecked()
1384 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in updateRotationUnchecked()
1492 ScreenRotationAnimation screenRotationAnimation = rotateSeamlessly in applyRotationLocked() local
1503 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in applyRotationLocked()
1504 && screenRotationAnimation.hasScreenshot()) { in applyRotationLocked()
1505 if (screenRotationAnimation.setRotation(getPendingTransaction(), rotation, in applyRotationLocked()
1549 if (screenRotationAnimation == null && mWmService.mAccessibilityController != null) { in applyRotationLocked()
2809 final ScreenRotationAnimation screenRotationAnimation = in writeToProto() local
2811 if (screenRotationAnimation != null) { in writeToProto()
[all …]
DAppTransitionController.java452 final ScreenRotationAnimation screenRotationAnimation = in transitionGoodToGo() local
464 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() && in transitionGoodToGo()
DWindowManagerService.java5472 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked() local
5474 if (screenRotationAnimation != null) { in startFreezingDisplayLocked()
5475 screenRotationAnimation.kill(); in startFreezingDisplayLocked()
5482 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()
5486 screenRotationAnimation); in startFreezingDisplayLocked()
5538 ScreenRotationAnimation screenRotationAnimation = in stopFreezingDisplayLocked() local
5540 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in stopFreezingDisplayLocked()
5541 && screenRotationAnimation.hasScreenshot()) { in stopFreezingDisplayLocked()
5549 if (screenRotationAnimation.dismiss(mTransaction, MAX_ANIMATION_DURATION, in stopFreezingDisplayLocked()
5555 screenRotationAnimation.kill(); in stopFreezingDisplayLocked()
[all …]