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.java35 final int[] orientations = getOrientations(activity); in toggleOrientation()
47 final int[] orientations = getOrientations(activity); in switchOrientation()
57 private static int[] getOrientations(final Activity activity) { in getOrientations() method in OrientationTestUtils