Home
last modified time | relevance | path

Searched refs:endRotation (Results 1 – 14 of 14) 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
53 if (startRotation != endRotation) { in createAnimator()
56 startRotation, endRotation); in createAnimator()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DCommonAssertions.kt148 scenario.endRotation
174 scenario.endRotation
193 scenario.endRotation
208 scenario.endRotation
224 scenario.endRotation
231 scenario.endRotation
240 scenario.endRotation
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DShowPipAndRotateDisplay.kt65 private val screenBoundsEnd = WindowUtils.getDisplayBounds(flicker.scenario.endRotation)
72 transitions { setRotation(flicker.scenario.endRotation) }
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionRequestInfo.java90 public DisplayChange(int displayId, int startRotation, int endRotation) { in DisplayChange() argument
93 mEndRotation = endRotation; in DisplayChange()
222 int endRotation = in.readInt(); in DisplayChange() local
228 this.mEndRotation = endRotation; in DisplayChange()
/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() argument
335 int rotationDelta = deltaRotation(startRotation, endRotation); in handleRotateDisplay()
337 mPipDisplayLayoutState.rotateTo(endRotation); in handleRotateDisplay()
656 final int endRotation = mEndFixedRotation; in startExitAnimation() local
657 rotationDelta = deltaRotation(startRotation, endRotation); in startExitAnimation()
866 final int endRotation = mInFixedRotation ? mEndFixedRotation : pipChange.getEndRotation(); in startEnterAnimation() local
877 int rotationDelta = deltaRotation(startRotation, endRotation); in startEnterAnimation()
882 computeEnterPipRotatedBounds(rotationDelta, startRotation, endRotation, taskInfo, in startEnterAnimation()
962 private void computeEnterPipRotatedBounds(int rotationDelta, int startRotation, int endRotation, in computeEnterPipRotatedBounds() argument
964 mPipDisplayLayoutState.rotateTo(endRotation); in computeEnterPipRotatedBounds()
[all …]
H A DPipTransitionController.java211 public boolean handleRotateDisplay(int startRotation, int endRotation, in handleRotateDisplay() argument
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/
H A DSwitchAppByDoubleTapDividerBenchmark.kt68 if (isLandscape(flicker.scenario.endRotation)) {
104 if (isLandscape(flicker.scenario.endRotation)) {
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/
H A DRotationTransition.kt36 transitions { this.setRotation(flicker.scenario.endRotation) }
H A DSeamlessAppRotationTest.kt258 .withEndRotation(originalScenario.endRotation)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/appcompat/
H A DRestartAppInSizeCompatModeTest.kt86 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.endRotation)
H A DBaseAppCompat.kt62 fun FlickerTestData.setEndRotation() = setRotation(flicker.scenario.endRotation)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/
H A DDismissSplitScreenByDivider.kt85 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.endRotation)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2456 int endRotation = target.getWindowConfiguration().getRotation(); in calculateTransitionInfo() local
2465 endRotation = parent.getWindowConfiguration().getRotation(); in calculateTransitionInfo()
2496 change.setRotation(info.mRotation, endRotation); in calculateTransitionInfo()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1046 final int endRotation = app.mTransitionController.useShellTransitionsRotation() in testTransitionBounds() local
1051 assertEquals(endRotation, changeOfActivity.getEndRotation()); in testTransitionBounds()