Searched refs:ORIENTATIONS (Results 1 – 3 of 3) sorted by relevance
35 private static final int[] ORIENTATIONS = new int[] { field in ConfigurationScreenLayoutTest65 for (int i = 0; i < ORIENTATIONS.length; i++) { in testScreenLayout()66 Activity activity = startOrientationActivity(ORIENTATIONS[i]); in testScreenLayout()77 + " for orientation " + ORIENTATIONS[i], expectedSize, actualSize); in testScreenLayout()79 + " for orientation " + ORIENTATIONS[i], expectedLong, actualLong); in testScreenLayout()96 for (int i = 0; i < ORIENTATIONS.length; i++) { in computeScreenLayout()97 Activity activity = startOrientationActivity(ORIENTATIONS[i]); in computeScreenLayout()
41 private static final int[] ORIENTATIONS = { field in PixelCopyWideGamutViewProducerActivity62 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in onCreate()74 final int requestedOrientation = ORIENTATIONS[mCurrentOrientation]; in onDraw()113 mCurrentOrientation = (mCurrentOrientation + 1) % ORIENTATIONS.length; in rotate()114 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in rotate()
41 private static final int[] ORIENTATIONS = { field in PixelCopyViewProducerActivity63 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in onCreate()76 final int requestedOrientation = ORIENTATIONS[mCurrentOrientation]; in onDraw()129 mCurrentOrientation = (mCurrentOrientation + 1) % ORIENTATIONS.length; in rotate()130 setRequestedOrientation(ORIENTATIONS[mCurrentOrientation]); in rotate()