HomeSort by relevance Sort by last modified time
    Searched refs:ORIENTATIONS (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 32 private static final int[] ORIENTATIONS = new int[] {
48 // Check that all four orientations report the same configuration value.
49 for (int i = 0; i < ORIENTATIONS.length; i++) {
50 Activity activity = startOrientationActivity(ORIENTATIONS[i]);
56 + " for orientation " + ORIENTATIONS[i], expectedSize, actualSize);
58 + " for orientation " + ORIENTATIONS[i], expectedLong, actualLong);
75 for (int i = 0; i < ORIENTATIONS.length; i++) {
76 Activity activity = startOrientationActivity(ORIENTATIONS[i]);
AspectRatioTest.java 33 private static final int[] ORIENTATIONS = new int[] {
43 * Get all the aspect rations in different orientations. They could be
59 for (int i = 0; i < ORIENTATIONS.length; i++) {
60 Activity activity = startOrientationActivity(ORIENTATIONS[i]);
  /frameworks/base/core/java/android/gesture/
Instance.java 29 private final static float[] ORIENTATIONS = {
98 int count = ORIENTATIONS.length;
100 float delta = ORIENTATIONS[i] - orientation;

Completed in 75 milliseconds