Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java38 final int[] orientations = getOrientations(activity); in toggleOrientation()
50 final int[] orientations = getOrientations(activity); in switchOrientation()
60 private static int[] getOrientations(final Activity activity) { in getOrientations() method in OrientationTestUtils