Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java63 final int originalOrientation = bounds.width() > bounds.height() in getOrientations() local
66 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT in getOrientations()
69 return new int[] { originalOrientation, newOrientation }; in getOrientations()