Home
last modified time | relevance | path

Searched refs:orientations (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() local
36 activity.setRequestedOrientation(orientations[1]); in toggleOrientation()
37 activity.setRequestedOrientation(orientations[0]); in toggleOrientation()
47 final int[] orientations = getOrientations(activity); in switchOrientation() local
48 activity.setRequestedOrientation(orientations[1]); in switchOrientation()