OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_SCREENSIZE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/native/android/
configuration.cpp
96
return config->screenLayout&ResTable_config::
MASK_SCREENSIZE
;
186
config->screenLayout = (config->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
187
| (screenSize&ResTable_config::
MASK_SCREENSIZE
);
/frameworks/base/tools/aapt/
AaptAssets.cpp
217
*value = (config.screenLayout&ResTable_config::
MASK_SCREENSIZE
);
322
return config.screenLayout&ResTable_config::
MASK_SCREENSIZE
;
1021
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
1026
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
1031
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
1036
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
1041
(out->screenLayout&~ResTable_config::
MASK_SCREENSIZE
)
[
all
...]
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
952
MASK_SCREENSIZE
= 0x0f,
[
all
...]
Completed in 92 milliseconds