OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_X
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
user-config.c
44
#define
DEFAULT_X
100
117
uc->windowX = iniFile_getInteger(ini, KEY_WINDOW_X,
DEFAULT_X
);
132
uc->windowX =
DEFAULT_X
;
/cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java
38
private static final int
DEFAULT_X
= 5;
57
DEFAULT_X
, DEFAULT_Y);
Completed in 691 milliseconds