Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationAdapterCompat.java150 && 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()
195 if (change.getStartRotation() == upsideDownRotation in isRotationSeamless()
239 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimation()
300 int rotateDelta = change.getEndRotation() - change.getStartRotation(); in startAnimation()
H A DScreenRotationAnimation.java136 mStartRotation = change.getStartRotation(); in ScreenRotationAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java189 startTransaction, finishTransaction, enterPip.getStartRotation(), in startAnimation()
/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java514 public int getStartRotation() { in getStartRotation() method in TransitionInfo.Change
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1713 testPlayer.mLastReady.getChange(dcToken).getStartRotation()); in testShellTransitRotation()