Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
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
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java627 mDisplayAnimator = startDisplayRotation(); in startCustomAnimation()
643 mDisplayAnimator = startDisplayRotation(); in startScreenRotationAnimation()
659 private SurfaceAnimator startDisplayRotation() { in startDisplayRotation() method in ScreenRotationAnimation.SurfaceRotationAnimationController