Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java681 final ScreenRotationAnimation screenRotationAnimation = in animateLocked() local
683 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in animateLocked()
684 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animateLocked()
688 screenRotationAnimation.kill(); in animateLocked()
719 final ScreenRotationAnimation screenRotationAnimation = in animateLocked() local
721 if (screenRotationAnimation != null) { in animateLocked()
722 screenRotationAnimation.updateSurfacesInTransaction(); in animateLocked()
DAppWindowAnimator.java261 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation() local
263 final boolean screenAnimation = screenRotationAnimation != null in stepThumbnailAnimation()
264 && screenRotationAnimation.isAnimating(); in stepThumbnailAnimation()
266 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation()); in stepThumbnailAnimation()
DWindowStateAnimator.java960 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local
963 screenRotationAnimation != null && screenRotationAnimation.isAnimating(); in computeShownFrameLocked()
974 if (screenAnimation && screenRotationAnimation.isRotating()) { in computeShownFrameLocked()
1009 tmpMatrix.postConcat(screenRotationAnimation.getEnterTransformation().getMatrix()); in computeShownFrameLocked()
1074 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()
1088 screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
DWindowManagerService.java6406 ScreenRotationAnimation screenRotationAnimation = in screenshotApplicationsInner() local
6408 final boolean inRotation = screenRotationAnimation != null && in screenshotApplicationsInner()
6409 screenRotationAnimation.isAnimating(); in screenshotApplicationsInner()
6585 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked() local
6587 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in updateRotationUncheckedLocked()
6647 screenRotationAnimation = in updateRotationUncheckedLocked()
6667 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in updateRotationUncheckedLocked()
6668 && screenRotationAnimation.hasScreenshot()) { in updateRotationUncheckedLocked()
6669 if (screenRotationAnimation.setRotationInTransaction( in updateRotationUncheckedLocked()
6712 if (screenRotationAnimation == null && mAccessibilityController != null in updateRotationUncheckedLocked()
[all …]