OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HORIZONTAL_ALIGNMENTS
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java
38
public static final int[]
HORIZONTAL_ALIGNMENTS
= { LEFT, CENTER, RIGHT, FILL };
AlignmentTest.java
44
public static final Alignment[]
HORIZONTAL_ALIGNMENTS
= {LEFT, CENTER, RIGHT, FILL};
94
for (int j = 0; j <
HORIZONTAL_ALIGNMENTS
.length; j++) {
95
Alignment ha =
HORIZONTAL_ALIGNMENTS
[j];
/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 915 milliseconds