Home
last modified time | relevance | path

Searched refs:startScreenshotRotationAnimation (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java317 startScreenshotRotationAnimation(animations, finishCallback, mainExecutor); in buildAnimation()
331 private void startScreenshotRotationAnimation(@NonNull ArrayList<Animator> animations, in startScreenshotRotationAnimation() method in ScreenRotationAnimation
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java630 mScreenshotRotationAnimator = startScreenshotRotationAnimation(); in startScreenRotationAnimation()
684 private SurfaceAnimator startScreenshotRotationAnimation() { in startScreenshotRotationAnimation() method in ScreenRotationAnimation.SurfaceRotationAnimationController