Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DRotate.java56 float endRotation = (Float) endValues.values.get(PROPNAME_ROTATION); in createAnimator() local
/frameworks/base/core/java/android/window/
DTransitionRequestInfo.java130 public DisplayChange(int displayId, int startRotation, int endRotation) { in DisplayChange()
262 int endRotation = in.readInt(); in DisplayChange() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java393 public boolean handleRotateDisplay(int startRotation, int endRotation, in handleRotateDisplay()
762 final int endRotation = mEndFixedRotation; in startExitAnimation() local
993 final int endRotation = mFixedRotationState == FIXED_ROTATION_TRANSITION in startEnterAnimation() local
1111 private void computeEnterPipRotatedBounds(int rotationDelta, int startRotation, int endRotation, in computeEnterPipRotatedBounds()
DPipTransitionController.java257 public boolean handleRotateDisplay(int startRotation, int endRotation, in handleRotateDisplay()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java1096 final int endRotation = app.mTransitionController.useShellTransitionsRotation() in testTransitionBounds() local
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java2831 int endRotation = target.getWindowConfiguration().getRotation(); in calculateTransitionInfo() local