Home
last modified time | relevance | path

Searched defs:endRotation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/transition/
H A DRotate.java52 float endRotation = (Float) endValues.values.get(PROPNAME_ROTATION); in createAnimator() local
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionRequestInfo.java90 public DisplayChange(int displayId, int startRotation, int endRotation) { in DisplayChange()
222 int endRotation = in.readInt(); in DisplayChange() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java330 public boolean handleRotateDisplay(int startRotation, int endRotation, in handleRotateDisplay()
656 final int endRotation = mEndFixedRotation; in startExitAnimation() local
866 final int endRotation = mInFixedRotation ? mEndFixedRotation : pipChange.getEndRotation(); in startEnterAnimation() local
962 private void computeEnterPipRotatedBounds(int rotationDelta, int startRotation, int endRotation, in computeEnterPipRotatedBounds()
H A DPipTransitionController.java211 public boolean handleRotateDisplay(int startRotation, int endRotation, in handleRotateDisplay()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1046 final int endRotation = app.mTransitionController.useShellTransitionsRotation() in testTransitionBounds() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2456 int endRotation = target.getWindowConfiguration().getRotation(); in calculateTransitionInfo() local