Home
last modified time | relevance | path

Searched defs:startRotation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/transition/
H A DRotate.java51 float startRotation = (Float) startValues.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()
221 int startRotation = 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()
655 final int startRotation = pipChange.getStartRotation(); in startExitAnimation() local
859 final int startRotation = pipChange.getStartRotation(); 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()