Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java472 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testRotatedInfoWithFixedRotationTransform()
481 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testRotatedInfoWithFixedRotationTransform()
560 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFixedOrientation()
591 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_LANDSCAPE); in testTaskCloseRestoreFreeOrientation()
606 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskCloseRestoreFreeOrientation()
802 mWmState.waitForLastOrientation(SCREEN_ORIENTATION_PORTRAIT); in testTaskMoveToBackOrientation()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java216 public void waitForLastOrientation(int orientation) { in waitForLastOrientation() method in WindowManagerStateHelper
223 waitForLastOrientation(screenOrientation); in waitAndAssertLastOrientation()