Searched refs:screenRotationAnimation (Results 1 – 5 of 5) sorted by relevance
677 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked() local681 final boolean screenAnimation = screenRotationAnimation != null in computeShownFrameLocked()682 && screenRotationAnimation.isAnimating() in computeShownFrameLocked()692 if (screenRotationAnimation.isRotating()) { in computeShownFrameLocked()741 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()747 ? screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
636 final ScreenRotationAnimation screenRotationAnimation = mService.mRoot.getDisplayContent( in transitionGoodToGo() local647 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating() in transitionGoodToGo()
416 final ScreenRotationAnimation screenRotationAnimation = in updateRotationUnchecked() local418 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) { in updateRotationUnchecked()
1675 ScreenRotationAnimation screenRotationAnimation = rotateSeamlessly in applyRotation() local1686 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in applyRotation()1687 screenRotationAnimation.setRotation(transaction, rotation); in applyRotation()2837 public void setRotationAnimation(ScreenRotationAnimation screenRotationAnimation) { in setRotationAnimation() argument2841 mScreenRotationAnimation = screenRotationAnimation; in setRotationAnimation()2896 final ScreenRotationAnimation screenRotationAnimation = getRotationAnimation(); in dumpDebug() local2897 if (screenRotationAnimation != null) { in dumpDebug()2898 screenRotationAnimation.dumpDebug(proto, SCREEN_ROTATION_ANIMATION); in dumpDebug()4131 final ScreenRotationAnimation screenRotationAnimation = in screenshotDisplayLocked() local4133 final boolean inRotation = screenRotationAnimation != null && in screenshotDisplayLocked()[all …]
5662 ScreenRotationAnimation screenRotationAnimation = displayContent == null ? null in stopFreezingDisplayLocked() local5664 if (screenRotationAnimation != null && screenRotationAnimation.hasScreenshot()) { in stopFreezingDisplayLocked()5672 if (screenRotationAnimation.dismiss(mTransaction, MAX_ANIMATION_DURATION, in stopFreezingDisplayLocked()5677 screenRotationAnimation.kill(); in stopFreezingDisplayLocked()5682 if (screenRotationAnimation != null) { in stopFreezingDisplayLocked()5683 screenRotationAnimation.kill(); in stopFreezingDisplayLocked()