OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_SCREENLONG
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/native/android/
configuration.cpp
100
return (config->screenLayout&ResTable_config::
MASK_SCREENLONG
)
186
config->screenLayout = (config->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
187
| ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::
MASK_SCREENLONG
);
/frameworks/base/include/utils/
ResourceTypes.h
943
MASK_SCREENLONG
= 0x30,
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
179
*value = (config.screenLayout&ResTable_config::
MASK_SCREENLONG
);
961
(out->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
966
(out->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
971
(out->screenLayout&~ResTable_config::
MASK_SCREENLONG
)
[
all
...]
Completed in 22 milliseconds