Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java113 && 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()
275 if (displayChange.getStartRotation() == upsideDownRotation in getRotationAnimationHint()
413 && change.getStartRotation() != change.getEndRotation()) { in startAnimation()
DScreenRotationAnimation.java126 mStartRotation = change.getStartRotation(); in ScreenRotationAnimation()
DTransitions.java1172 if (change.getEndRotation() != change.getStartRotation()) { in requestStartTransition()
1178 change.getStartRotation(), change.getEndRotation()); in requestStartTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java742 && change.getStartRotation() != change.getEndRotation()) { in startExitAnimation()
761 final int startRotation = pipChange.getStartRotation(); in startExitAnimation()
795 final int rotateDelta = deltaRotation(displayRotationChange.getStartRotation(), in startExpandAndRotationAnimation()
985 final int startRotation = pipChange.getStartRotation(); in startEnterAnimation()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java335 target.setRotationChange(change.getEndRotation() - change.getStartRotation()); in newTarget()
/frameworks/base/core/java/android/window/
DTransitionRequestInfo.java167 public int getStartRotation() { in getStartRotation() method in TransitionRequestInfo.DisplayChange
DTransitionInfo.java944 public int getStartRotation() { in getStartRotation() method in TransitionInfo.Change
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java159 int rotateDelta = RotationUtils.deltaRotation(change.getStartRotation(), 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/
DDisplayContentTests.java2116 testPlayer.mLastReady.getChange(dcToken).getStartRotation()); 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()