Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java64 final int originalOrientation = displayInfo.logicalWidth > displayInfo.logicalHeight in getOrientations() local
67 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT in getOrientations()
70 return new int[] { originalOrientation, newOrientation }; in getOrientations()
/cts/tests/tests/app/src/android/app/cts/
DApplyOverrideConfigurationTest.java58 final int originalOrientation = config.orientation; in testOverriddenConfigurationIsPassedIntoCallback() local
71 assertTrue(newConfig.orientation != originalOrientation); in testOverriddenConfigurationIsPassedIntoCallback()