Home
last modified time | relevance | path

Searched refs:waitForLastOrientation (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java462 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testRotatedInfoWithFixedRotationTransform()
471 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testRotatedInfoWithFixedRotationTransform()
550 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFixedOrientation()
581 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()
596 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFreeOrientation()
792 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskMoveToBackOrientation()
DPinnedStackTests.java1098 mWmState.waitForLastOrientation(ORIENTATION_LANDSCAPE); in testSetRequestedOrientationWhilePinned()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java202 public void waitForLastOrientation(int orientation) { in waitForLastOrientation() method in WindowManagerStateHelper
209 waitForLastOrientation(screenOrientation); in waitAndAssertLastOrientation()