Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java38 final int[] orientations = getOrientations(activity); in toggleOrientation() local
39 activity.setRequestedOrientation(orientations[1]); in toggleOrientation()
40 activity.setRequestedOrientation(orientations[0]); in toggleOrientation()
50 final int[] orientations = getOrientations(activity); in switchOrientation() local
51 activity.setRequestedOrientation(orientations[1]); in switchOrientation()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1774 final ArrayList<Integer> orientations = new ArrayList(); in testClipToScreenClipsToInsets() local
1778 orientations.add(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); in testClipToScreenClipsToInsets()
1782 orientations.add(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); in testClipToScreenClipsToInsets()
1789 && orientations.size() > 1) { in testClipToScreenClipsToInsets()
1790 Collections.swap(orientations, 0, 1); in testClipToScreenClipsToInsets()
1793 for (int orientation : orientations) { in testClipToScreenClipsToInsets()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java2963 (carPropertyConfig, propertyId, areaId, timestampNanos, orientations) -> {
2966 .that(orientations.length)