Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java112 if (change.getParent() == null && change.getEndRotation() >= 0 in wrap()
113 && change.getEndRotation() != change.getStartRotation()) { in wrap()
114 rotateDelta = change.getEndRotation() - change.getStartRotation(); in wrap()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java49 displayRotationChange.getStartRotation(), displayRotationChange.getEndRotation()); in handleClosingChanges()
DDefaultTransitionHandler.java220 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimationHint()
276 || displayChange.getEndRotation() == upsideDownRotation) { in getRotationAnimationHint()
413 && change.getStartRotation() != change.getEndRotation()) { in startAnimation()
DScreenRotationAnimation.java127 mEndRotation = change.getEndRotation(); in ScreenRotationAnimation()
DTransitions.java1172 if (change.getEndRotation() != change.getStartRotation()) { in requestStartTransition()
1178 change.getStartRotation(), change.getEndRotation()); in requestStartTransition()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java335 target.setRotationChange(change.getEndRotation() - change.getStartRotation()); in newTarget()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java742 && change.getStartRotation() != change.getEndRotation()) { in startExitAnimation()
796 displayRotationChange.getEndRotation()); in startExpandAndRotationAnimation()
994 ? mEndFixedRotation : pipChange.getEndRotation(); in startEnterAnimation()
/frameworks/base/core/java/android/window/
DTransitionRequestInfo.java172 public int getEndRotation() { in getEndRotation() method in TransitionRequestInfo.DisplayChange
DTransitionInfo.java949 public int getEndRotation() { in getEndRotation() method in TransitionInfo.Change
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java160 change.getEndRotation()); in wrap()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java676 if (dispChange.getStartRotation() != dispChange.getEndRotation()) { in handleMidTransitionRequest()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java1101 assertEquals(endRotation, changeOfActivity.getEndRotation()); in testTransitionBounds()
1108 assertEquals(task.getWindowConfiguration().getRotation(), changeOfTask.getEndRotation()); in testTransitionBounds()
DDisplayContentTests.java2115 assertNotEquals(testPlayer.mLastReady.getChange(dcToken).getEndRotation(), in testShellTransitRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java1083 if (c.hasFlags(FLAG_IS_DISPLAY) && c.getStartRotation() != c.getEndRotation() in buildCleanupTransaction()
DDisplayContent.java3522 displayChange.getStartRotation(), displayChange.getEndRotation(), in requestChangeTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2659 && displayChange.getStartRotation() != displayChange.getEndRotation()) { in handleRequest()