Home
last modified time | relevance | path

Searched refs:getStartRotation (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java112 && 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 DCounterRotatorHelper.java49 displayRotationChange.getStartRotation(), displayRotationChange.getEndRotation()); in handleClosingChanges()
H A DDefaultTransitionHandler.java218 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimationHint()
273 if (displayChange.getStartRotation() == upsideDownRotation in getRotationAnimationHint()
410 && change.getStartRotation() != change.getEndRotation()) { in startAnimation()
H A DScreenRotationAnimation.java126 mStartRotation = change.getStartRotation(); in ScreenRotationAnimation()
H A DTransitions.java1098 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 DPipTransition.java636 && 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 DTransitionRequestInfo.java127 public int getStartRotation() { in getStartRotation() method in TransitionRequestInfo.DisplayChange
H A DTransitionInfo.java856 public int getStartRotation() { in getStartRotation() method in TransitionInfo.Change
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java325 target.setRotationChange(change.getEndRotation() - change.getStartRotation()); in newTarget()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java155 int rotateDelta = RotationUtils.deltaRotation(change.getStartRotation(), in wrap()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentsTransitionHandler.java532 if (dispChange.getStartRotation() != dispChange.getEndRotation()) { in handleMidTransitionRequest()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java993 if (c.hasFlags(FLAG_IS_DISPLAY) && c.getStartRotation() != c.getEndRotation() in buildCleanupTransaction()
H A DDisplayContent.java3494 displayChange.getStartRotation(), displayChange.getEndRotation(), in requestChangeTransitionIfNeeded()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java2382 && displayChange.getStartRotation() != displayChange.getEndRotation()) { in handleRequest()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java2106 testPlayer.mLastReady.getChange(dcToken).getStartRotation()); in testShellTransitRotation()