Home
last modified time | relevance | path

Searched refs:getEndRotation (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java111 if (change.getParent() == null && change.getEndRotation() >= 0 in wrap()
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 DCounterRotatorHelper.java49 displayRotationChange.getStartRotation(), displayRotationChange.getEndRotation()); in handleClosingChanges()
H A DDefaultTransitionHandler.java218 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimationHint()
274 || displayChange.getEndRotation() == upsideDownRotation) { in getRotationAnimationHint()
410 && change.getStartRotation() != change.getEndRotation()) { in startAnimation()
H A DScreenRotationAnimation.java127 mEndRotation = change.getEndRotation(); 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()
690 displayRotationChange.getEndRotation()); in startExpandAndRotationAnimation()
866 final int endRotation = mInFixedRotation ? mEndFixedRotation : pipChange.getEndRotation(); in startEnterAnimation()
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionRequestInfo.java132 public int getEndRotation() { in getEndRotation() method in TransitionRequestInfo.DisplayChange
H A DTransitionInfo.java861 public int getEndRotation() { in getEndRotation() 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.java156 change.getEndRotation()); 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/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1051 assertEquals(endRotation, changeOfActivity.getEndRotation()); in testTransitionBounds()
1058 assertEquals(task.getWindowConfiguration().getRotation(), changeOfTask.getEndRotation()); in testTransitionBounds()
H A DDisplayContentTests.java2105 assertNotEquals(testPlayer.mLastReady.getChange(dcToken).getEndRotation(), in testShellTransitRotation()
/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()