OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_SCREENLONG
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/native/android/
configuration.cpp
100
return (config->screenLayout&ResTable_config::
MASK_SCREENLONG
)
174
config->screenLayout = (config->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
175
| ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::
MASK_SCREENLONG
);
/frameworks/base/include/utils/
ResourceTypes.h
942
MASK_SCREENLONG
= 0x30,
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
155
*value = (config.screenLayout&ResTable_config::
MASK_SCREENLONG
);
784
(out->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
789
(out->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
794
(out->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
1161
|| (params.screenLayout&ResTable_config::
MASK_SCREENLONG
)
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
Completed in 14 milliseconds