Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java314 startDisplayRotation(animations, finishCallback, mainExecutor); in buildAnimation()
316 startDisplayRotation(animations, finishCallback, mainExecutor); in buildAnimation()
324 private void startDisplayRotation(@NonNull ArrayList<Animator> animations, in startDisplayRotation() method in ScreenRotationAnimation
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java613 mDisplayAnimator = startDisplayRotation(); in startCustomAnimation()
629 mDisplayAnimator = startDisplayRotation(); in startScreenRotationAnimation()
645 private SurfaceAnimator startDisplayRotation() { in startDisplayRotation() method in ScreenRotationAnimation.SurfaceRotationAnimationController