Home
last modified time | relevance | path

Searched defs:rotationSession (Results 1 – 8 of 8) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java129 try (final RotationSession rotationSession = new RotationSession()) { in testConfigurationUpdatesWhenRotatingWhileFullscreen()
149 try (final RotationSession rotationSession = new RotationSession()) { in testConfigurationUpdatesWhenRotatingWhileDocked()
174 try (final RotationSession rotationSession = new RotationSession()) { in testConfigurationUpdatesWhenRotatingToSideFromDocked()
187 private void rotateAndCheckSizes(RotationSession rotationSession, SizeInfo prevSizes) in rotateAndCheckSizes()
474 try (final RotationSession rotationSession = new RotationSession()) { in testNonFullscreenActivityPermitted()
582 try (final RotationSession rotationSession = new RotationSession()) { in testAppOrientationWhenRotating()
630 try (final RotationSession rotationSession = new RotationSession()) { in testFixedOrientationWhenRotating()
693 try (final RotationSession rotationSession = new RotationSession()) { in testSplitscreenPortraitAppOrientationRequests()
706 try (final RotationSession rotationSession = new RotationSession()) { in testSplitscreenLandscapeAppOrientationRequests()
716 private void requestOrientationInSplitScreen(RotationSession rotationSession, int orientation, in requestOrientationInSplitScreen()
DOverrideConfigTests.java44 try (final RotationSession rotationSession = new RotationSession()) { in testReceiveOverrideConfigFromRelayout()
DSplitScreenTests.java373 try (final RotationSession rotationSession = new RotationSession()) { in testRotationWhenDocked()
404 try (final RotationSession rotationSession = new RotationSession(); in testRotationWhenDockedWhileLocked()
419 try (final RotationSession rotationSession = new RotationSession()) { in testMinimizedFromEachDockedSide()
441 try (final RotationSession rotationSession = new RotationSession()) { in testRotationWhileDockMinimized()
468 try (final RotationSession rotationSession = new RotationSession()) { in testMinimizeAndUnminimizeThenGoingHome()
DConfigChangeTests.java157 try(final RotationSession rotationSession = new RotationSession()) { in testRotation180WithCutout()
241 try (final RotationSession rotationSession = new RotationSession()) { in testRotation()
DWindowInsetsPolicyTest.java128 try (final RotationSession rotationSession = new RotationSession()) { in testForcedConsumedTopInsets()
DMultiDisplayPolicyTests.java224 try (final RotationSession rotationSession = new RotationSession()) { in testRotationNotAffectingSecondaryScreen()
245 private void rotateAndCheckSameSizes(RotationSession rotationSession, in rotateAndCheckSameSizes()
DPinnedStackTests.java214 try (final RotationSession rotationSession = new RotationSession()) { in testPinnedStackDefaultBounds()
252 try (final RotationSession rotationSession = new RotationSession()) { in testPinnedStackMovementBounds()
324 try (final RotationSession rotationSession = new RotationSession()) { in testPinnedStackInBoundsAfterRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java348 try (final RotationSession rotationSession = new RotationSession()) { in testRelaunchConfigurationChangedWhileBecomingVisible()