Searched refs:screenRotationAnimation (Results 1 – 4 of 4) sorted by relevance
681 final ScreenRotationAnimation screenRotationAnimation = in animateLocked() local683 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() local721 if (screenRotationAnimation != null) { in animateLocked()722 screenRotationAnimation.updateSurfacesInTransaction(); in animateLocked()
261 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation() local263 final boolean screenAnimation = screenRotationAnimation != null in stepThumbnailAnimation()264 && screenRotationAnimation.isAnimating(); in stepThumbnailAnimation()266 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation()); in stepThumbnailAnimation()
960 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local963 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()
6406 ScreenRotationAnimation screenRotationAnimation = in screenshotApplicationsInner() local6408 final boolean inRotation = screenRotationAnimation != null && in screenshotApplicationsInner()6409 screenRotationAnimation.isAnimating(); in screenshotApplicationsInner()6585 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked() local6587 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 …]