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.java171 final ScreenRotationAnimation screenRotationAnimation = in animate() local
173 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in animate()
174 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animate()
178 screenRotationAnimation.kill(); in animate()
206 final ScreenRotationAnimation screenRotationAnimation = in animate() local
208 if (screenRotationAnimation != null) { in animate()
209 screenRotationAnimation.updateSurfaces(mTransaction); in animate()
DDisplayContent.java965 ScreenRotationAnimation screenRotationAnimation; in updateRotationUnchecked() local
974 screenRotationAnimation = in updateRotationUnchecked()
976 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in updateRotationUnchecked()
1079 screenRotationAnimation = mService.mAnimator.getScreenRotationAnimationLocked( in updateRotationUnchecked()
1086 screenRotationAnimation = null; in updateRotationUnchecked()
1100 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in updateRotationUnchecked()
1101 && screenRotationAnimation.hasScreenshot()) { in updateRotationUnchecked()
1102 if (screenRotationAnimation.setRotation(getPendingTransaction(), rotation, in updateRotationUnchecked()
1150 if (screenRotationAnimation == null && mService.mAccessibilityController != null in updateRotationUnchecked()
2230 final ScreenRotationAnimation screenRotationAnimation = in writeToProto() local
[all …]
DWindowStateAnimator.java686 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local
689 screenRotationAnimation != null && screenRotationAnimation.isAnimating(); in computeShownFrameLocked()
698 if (screenRotationAnimation.isRotating()) { in computeShownFrameLocked()
749 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()
759 screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
DWindowSurfacePlacer.java561 final ScreenRotationAnimation screenRotationAnimation = in transitionGoodToGo() local
573 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() && in transitionGoodToGo()
DWindowManagerService.java5795 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked() local
5797 if (screenRotationAnimation != null) { in startFreezingDisplayLocked()
5798 screenRotationAnimation.kill(); in startFreezingDisplayLocked()
5805 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()
5809 screenRotationAnimation); in startFreezingDisplayLocked()
5859 ScreenRotationAnimation screenRotationAnimation = in stopFreezingDisplayLocked() local
5861 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in stopFreezingDisplayLocked()
5862 && screenRotationAnimation.hasScreenshot()) { in stopFreezingDisplayLocked()
5870 if (screenRotationAnimation.dismiss(mTransaction, MAX_ANIMATION_DURATION, in stopFreezingDisplayLocked()
5876 screenRotationAnimation.kill(); in stopFreezingDisplayLocked()
[all …]