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

  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
LinearLayoutTest.java 34 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) {
35 int ha = HORIZONTAL_ALIGNMENTS[j];
GridLayoutTest.java 34 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) {
35 int ha = HORIZONTAL_ALIGNMENTS[j];
AlignmentTest.java 34 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL};
84 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) {
85 Alignment ha = HORIZONTAL_ALIGNMENTS[j];
AbstractLayoutTest.java 32 public static final int[] HORIZONTAL_ALIGNMENTS = { LEFT, CENTER, RIGHT, FILL };
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 57 private static final Alignment[] HORIZONTAL_ALIGNMENTS = {
168 int M = HORIZONTAL_ALIGNMENTS.length;
191 Alignment ha = HORIZONTAL_ALIGNMENTS[j];
203 Alignment ha = HORIZONTAL_ALIGNMENTS[j];
232 int M = HORIZONTAL_ALIGNMENTS.length;
238 Alignment alignment = HORIZONTAL_ALIGNMENTS[j];

Completed in 1507 milliseconds