OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_Y
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
user-config.c
45
#define
DEFAULT_Y
100
120
uc->windowY = iniFile_getInteger(ini, KEY_WINDOW_Y,
DEFAULT_Y
);
133
uc->windowY =
DEFAULT_Y
;
/cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java
39
private static final int
DEFAULT_Y
= 10;
57
DEFAULT_X,
DEFAULT_Y
);
Completed in 40 milliseconds