Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowAnimator.java483 final ScreenRotationAnimation screenRotationAnimation = in animateLocked() local
485 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in animateLocked()
486 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animateLocked()
490 screenRotationAnimation.kill(); in animateLocked()
511 final ScreenRotationAnimation screenRotationAnimation = in animateLocked() local
513 if (screenRotationAnimation != null) { in animateLocked()
514 screenRotationAnimation.updateSurfacesInTransaction(); in animateLocked()
DAppWindowAnimator.java150 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation() local
152 final boolean screenAnimation = screenRotationAnimation != null in stepThumbnailAnimation()
153 && screenRotationAnimation.isAnimating(); in stepThumbnailAnimation()
155 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation()); in stepThumbnailAnimation()
DWindowStateAnimator.java876 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local
879 screenRotationAnimation != null && screenRotationAnimation.isAnimating(); in computeShownFrameLocked()
888 if (screenAnimation && screenRotationAnimation.isRotating()) { in computeShownFrameLocked()
921 tmpMatrix.postConcat(screenRotationAnimation.getEnterTransformation().getMatrix()); in computeShownFrameLocked()
976 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()
990 screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
DWindowManagerService.java5892 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked() local
5894 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in updateRotationUncheckedLocked()
5954 screenRotationAnimation = in updateRotationUncheckedLocked()
5975 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in updateRotationUncheckedLocked()
5976 && screenRotationAnimation.hasScreenshot()) { in updateRotationUncheckedLocked()
5977 if (screenRotationAnimation.setRotationInTransaction( in updateRotationUncheckedLocked()
9934 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked() local
9936 if (screenRotationAnimation != null) { in startFreezingDisplayLocked()
9937 screenRotationAnimation.kill(); in startFreezingDisplayLocked()
9941 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()
[all …]