Searched refs:orientations (Results 1 – 3 of 3) sorted by relevance
38 final int[] orientations = getOrientations(activity); in toggleOrientation() local39 activity.setRequestedOrientation(orientations[1]); in toggleOrientation()40 activity.setRequestedOrientation(orientations[0]); in toggleOrientation()50 final int[] orientations = getOrientations(activity); in switchOrientation() local51 activity.setRequestedOrientation(orientations[1]); in switchOrientation()
1774 final ArrayList<Integer> orientations = new ArrayList(); in testClipToScreenClipsToInsets() local1778 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()
2963 (carPropertyConfig, propertyId, areaId, timestampNanos, orientations) -> {2966 .that(orientations.length)