Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java424 final int initialOrientation = initialReportedSizes.orientation; in testAppOrientationRequestConfigClears() local
428 if (initialOrientation == ORIENTATION_LANDSCAPE) { in testAppOrientationRequestConfigClears()
430 } else if (initialOrientation == ORIENTATION_PORTRAIT) { in testAppOrientationRequestConfigClears()
433 fail("Unexpected orientation value: " + initialOrientation); in testAppOrientationRequestConfigClears()
453 initialOrientation, finalReportedSizes.orientation); in testAppOrientationRequestConfigClears()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java679 final int initialOrientation = activity.getRequestedOrientation();
689 if (initialOrientation != SCREEN_ORIENTATION_PORTRAIT) {
690 activity.setRequestedOrientation(initialOrientation);