Searched refs:orientations (Results 1 – 1 of 1) sorted by relevance
35 final int[] orientations = getOrientations(activity); in toggleOrientation() local36 activity.setRequestedOrientation(orientations[1]); in toggleOrientation()37 activity.setRequestedOrientation(orientations[0]); in toggleOrientation()47 final int[] orientations = getOrientations(activity); in switchOrientation() local48 activity.setRequestedOrientation(orientations[1]); in switchOrientation()