OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
37
for (int j = 0; j <
HORIZONTAL_ALIGNMENTS
.length; j++) {
38
int ha =
HORIZONTAL_ALIGNMENTS
[j];
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];
AbstractLayoutTest.java
38
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 1459 milliseconds