Searched refs:screenRotationAnimation (Results 1 – 5 of 5) sorted by relevance
160 final ScreenRotationAnimation screenRotationAnimation = in animate() local162 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() local194 if (screenRotationAnimation != null) { in animate()195 screenRotationAnimation.updateSurfaces(mTransaction); in animate()
656 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local660 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()
1373 ScreenRotationAnimation screenRotationAnimation; in updateRotationUnchecked() local1382 screenRotationAnimation = in updateRotationUnchecked()1384 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in updateRotationUnchecked()1492 ScreenRotationAnimation screenRotationAnimation = rotateSeamlessly in applyRotationLocked() local1503 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() local2811 if (screenRotationAnimation != null) { in writeToProto()[all …]
452 final ScreenRotationAnimation screenRotationAnimation = in transitionGoodToGo() local464 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() && in transitionGoodToGo()
5472 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked() local5474 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() local5540 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 …]