Searched refs:ORIENTATIONS (Results 1 – 6 of 6) sorted by relevance
19 import static android.media.cujcommon.cts.CujTestBase.ORIENTATIONS;76 mPreviousOrientation = ORIENTATIONS[mOrientationIndex]; in changeOrientation()77 mOrientationIndex = (mOrientationIndex + 1) % ORIENTATIONS.length; in changeOrientation()78 mActivity.setRequestedOrientation(ORIENTATIONS[mOrientationIndex]); in changeOrientation()86 int configuredOrientation = ORIENTATIONS[mOrientationIndex]; in verifyOrientationChange()
19 import static android.media.cujcommon.cts.CujTestBase.ORIENTATIONS;147 ORIENTATIONS[mOrientationIndex] /* SCREEN_ORIENTATION_PORTRAIT */); in setActivity()
42 static final int[] ORIENTATIONS = { field in CujTestBase
41 private static final int[] ORIENTATIONS = { field in PixelCopyWideGamutViewProducerActivity60 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in onCreate()72 final int requestedOrientation = ORIENTATIONS[mCurrentOrientation]; in onDraw()110 mCurrentOrientation = (mCurrentOrientation + 1) % ORIENTATIONS.length; in rotate()111 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in rotate()
43 private static final int[] ORIENTATIONS = { field in PixelCopyViewProducerActivity67 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in onCreate()90 final int requestedOrientation = ORIENTATIONS[mCurrentOrientation]; in onDraw()142 mCurrentOrientation = (mCurrentOrientation + 1) % ORIENTATIONS.length; in rotate()144 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in rotate()
47 private static final int[] ORIENTATIONS = new int[] { field in ConfigurationScreenLayoutTest81 for (int orientation : ORIENTATIONS) { in testScreenLayout()