Searched refs:HORIZONTAL_ALIGNMENTS (Results 1 – 4 of 4) sorted by relevance
34 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) { in create()35 int ha = HORIZONTAL_ALIGNMENTS[j]; in create()
37 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) { in create()38 int ha = HORIZONTAL_ALIGNMENTS[j]; in create()
44 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL}; field in AlignmentTest94 for (int j = 0; j < HORIZONTAL_ALIGNMENTS.length; j++) { in create()95 Alignment ha = HORIZONTAL_ALIGNMENTS[j]; in create()
38 public static final int[] HORIZONTAL_ALIGNMENTS = { LEFT, CENTER, RIGHT, FILL }; field in AbstractLayoutTest