Home
last modified time | relevance | path

Searched refs:createManagedRotationSession (Results 1 – 10 of 10) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java140 final RotationSession rotationSession = createManagedRotationSession(); in testConfigurationUpdatesWhenRotatingWhileFullscreen()
163 final RotationSession rotationSession = createManagedRotationSession(); in testConfigurationUpdatesWhenRotatingWhileDocked()
189 final RotationSession rotationSession = createManagedRotationSession(); in testConfigurationUpdatesWhenRotatingToSideFromDocked()
521 final RotationSession rotationSession = createManagedRotationSession(); in testNonFullscreenActivityPermitted()
626 final RotationSession rotationSession = createManagedRotationSession(); in testAppOrientationWhenRotating()
687 RotationSession rotationSession = createManagedRotationSession(); in assertDisplayContextDoesntChangeOrientationWhenRotating()
749 final RotationSession rotationSession = createManagedRotationSession(); in testFixedOrientationWhenRotating()
812 requestOrientationInSplitScreen(createManagedRotationSession(), in testSplitscreenPortraitAppOrientationRequests()
823 requestOrientationInSplitScreen(createManagedRotationSession(), in testSplitscreenLandscapeAppOrientationRequests()
DOverrideConfigTests.java44 final RotationSession rotationSession = createManagedRotationSession(); in testReceiveOverrideConfigFromRelayout()
DConfigChangeTests.java126 final RotationSession rotationSession = createManagedRotationSession(); in testRotation180WithCutout()
212 final RotationSession rotationSession = createManagedRotationSession(); in testRotation()
DDreamManagerServiceTests.java205 final RotationSession rotationSession = createManagedRotationSession(); in testDreamNotFinishAfterRotation()
DWindowInsetsPolicyTest.java132 final RotationSession rotationSession = createManagedRotationSession(); in testForcedConsumedTopInsets()
DKeyguardTests.java568 final RotationSession rotationSession = createManagedRotationSession(); in testUnoccludedRotationChange()
DMultiDisplayPolicyTests.java212 final RotationSession rotationSession = createManagedRotationSession(); in testRotationNotAffectingSecondaryScreen()
DPinnedStackTests.java237 final RotationSession rotationSession = createManagedRotationSession(); in testPinnedStackInBoundsAfterRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java499 final RotationSession rotationSession = createManagedRotationSession(); in testRelaunchConfigurationChangedWhileBecomingVisible()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1247 protected RotationSession createManagedRotationSession() { in createManagedRotationSession() method in ActivityManagerTestBase