Home
last modified time | relevance | path

Searched refs:HORIZONTAL_ALIGNMENTS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DLinearLayoutTest.java34 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) { in create()
35 int ha = HORIZONTAL_ALIGNMENTS[j]; in create()
DGridLayoutTest.java37 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) { in create()
38 int ha = HORIZONTAL_ALIGNMENTS[j]; in create()
DAlignmentTest.java44 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL}; field in AlignmentTest
94 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) { in create()
95 Alignment ha = HORIZONTAL_ALIGNMENTS[j]; in create()
DAbstractLayoutTest.java38 public static final int[] HORIZONTAL_ALIGNMENTS = { LEFT, CENTER, RIGHT, FILL }; field in AbstractLayoutTest