OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_SCREENSIZE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/native/android/
configuration.cpp
96
return config->screenLayout&ResTable_config::
MASK_SCREENSIZE
;
181
config->screenLayout = (config->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
182
| (screenSize&ResTable_config::
MASK_SCREENSIZE
);
/frameworks/base/include/utils/
ResourceTypes.h
935
MASK_SCREENSIZE
= 0x0f,
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
172
*value = (config.screenLayout&ResTable_config::
MASK_SCREENSIZE
);
275
return config.screenLayout&ResTable_config::
MASK_SCREENSIZE
;
928
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
933
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
938
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
943
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
948
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
[
all
...]
Completed in 646 milliseconds