Home
last modified time | relevance | path

Searched defs:HORIZONTAL_ALIGNMENTS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java38 public static final int[] HORIZONTAL_ALIGNMENTS = { LEFT, CENTER, RIGHT, FILL }; field in AbstractLayoutTest
H A DAlignmentTest.java44 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL}; field in AlignmentTest