/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | RemoteAnimationRunnerCompat.java | 112 && change.getEndRotation() != change.getStartRotation()) { in wrap() 113 rotateDelta = change.getEndRotation() - change.getStartRotation(); in wrap()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | CounterRotatorHelper.java | 49 displayRotationChange.getStartRotation(), displayRotationChange.getEndRotation()); in handleClosingChanges()
|
H A D | DefaultTransitionHandler.java | 218 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimationHint() 273 if (displayChange.getStartRotation() == upsideDownRotation in getRotationAnimationHint() 410 && change.getStartRotation() != change.getEndRotation()) { in startAnimation()
|
H A D | ScreenRotationAnimation.java | 126 mStartRotation = change.getStartRotation(); in ScreenRotationAnimation()
|
H A D | Transitions.java | 1098 if (change.getEndRotation() != change.getStartRotation()) { in requestStartTransition() 1104 change.getStartRotation(), change.getEndRotation()); in requestStartTransition()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransition.java | 636 && change.getStartRotation() != change.getEndRotation()) { in startExitAnimation() 655 final int startRotation = pipChange.getStartRotation(); in startExitAnimation() 689 final int rotateDelta = deltaRotation(displayRotationChange.getStartRotation(), in startExpandAndRotationAnimation() 859 final int startRotation = pipChange.getStartRotation(); in startEnterAnimation()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | TransitionRequestInfo.java | 127 public int getStartRotation() { in getStartRotation() method in TransitionRequestInfo.DisplayChange
|
H A D | TransitionInfo.java | 856 public int getStartRotation() { in getStartRotation() method in TransitionInfo.Change
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
H A D | TransitionUtil.java | 325 target.setRotationChange(change.getEndRotation() - change.getStartRotation()); in newTarget()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardService.java | 155 int rotateDelta = RotationUtils.deltaRotation(change.getStartRotation(), in wrap()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/ |
H A D | RecentsTransitionHandler.java | 532 if (dispChange.getStartRotation() != dispChange.getEndRotation()) { in handleMidTransitionRequest()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Transition.java | 993 if (c.hasFlags(FLAG_IS_DISPLAY) && c.getStartRotation() != c.getEndRotation() in buildCleanupTransaction()
|
H A D | DisplayContent.java | 3494 displayChange.getStartRotation(), displayChange.getEndRotation(), in requestChangeTransitionIfNeeded()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | StageCoordinator.java | 2382 && displayChange.getStartRotation() != displayChange.getEndRotation()) { in handleRequest()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 2106 testPlayer.mLastReady.getChange(dcToken).getStartRotation()); in testShellTransitRotation()
|