Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationAdapterCompat.java149 if (change.getParent() == null && change.getEndRotation() >= 0
150 && change.getEndRotation() != change.getStartRotation()) {
151 rotateDelta = change.getEndRotation() - change.getStartRotation();
H A DRemoteAnimationTargetCompat.java235 rotationChange = change.getEndRotation() - change.getStartRotation(); in RemoteAnimationTargetCompat()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java158 if (change.getEndRotation() == change.getStartRotation()) continue; in isRotationSeamless()
196 || change.getEndRotation() == upsideDownRotation) { in isRotationSeamless()
239 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimation()
300 int rotateDelta = change.getEndRotation() - change.getStartRotation(); in startAnimation()
H A DScreenRotationAnimation.java137 mEndRotation = change.getEndRotation(); in ScreenRotationAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java190 enterPip.getEndRotation()); in startAnimation()
/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java518 public int getEndRotation() { in getEndRotation() method in TransitionInfo.Change
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1712 assertNotEquals(testPlayer.mLastReady.getChange(dcToken).getEndRotation(), in testShellTransitRotation()