OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_SCREENROUND
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tools/aapt/tests/
AaptConfig_test.cpp
91
config.screenLayout2 & android::ResTable_config::
MASK_SCREENROUND
);
97
config.screenLayout2 & android::ResTable_config::
MASK_SCREENROUND
);
/frameworks/base/tools/aapt2/
ConfigDescription_test.cpp
88
config.screenLayout2 & android::ResTable_config::
MASK_SCREENROUND
);
94
config.screenLayout2 & android::ResTable_config::
MASK_SCREENROUND
);
ConfigDescription.cpp
175
(out->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
180
(out->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
185
(out->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
760
if (config->screenLayout2 & ResTable_config::
MASK_SCREENROUND
) {
/frameworks/base/native/android/
configuration.cpp
105
return (config->screenLayout2&ResTable_config::
MASK_SCREENROUND
);
200
config->screenLayout2 = (config->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
201
| (screenRound&ResTable_config::
MASK_SCREENROUND
);
/frameworks/base/tools/aapt/
AaptConfig.cpp
252
if (config->screenLayout2 & ResTable_config::
MASK_SCREENROUND
) {
414
(out->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
419
(out->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
424
(out->screenLayout2&~ResTable_config::
MASK_SCREENROUND
)
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
[
all
...]
Completed in 874 milliseconds