Searched refs:screenRotationAnimation (Results 1 – 4 of 4) sorted by relevance
483 final ScreenRotationAnimation screenRotationAnimation = in animateLocked() local485 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() local513 if (screenRotationAnimation != null) { in animateLocked()514 screenRotationAnimation.updateSurfacesInTransaction(); in animateLocked()
150 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation() local152 final boolean screenAnimation = screenRotationAnimation != null in stepThumbnailAnimation()153 && screenRotationAnimation.isAnimating(); in stepThumbnailAnimation()155 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation()); in stepThumbnailAnimation()
876 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local879 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()
5892 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked() local5894 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() local9936 if (screenRotationAnimation != null) { in startFreezingDisplayLocked()9937 screenRotationAnimation.kill(); in startFreezingDisplayLocked()9941 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()[all …]