Searched refs:screenLayout2 (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp112 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
116 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
120 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_NO;
126 notRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_NO;
139 longRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
160 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
169 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
179 targetConfigC.screenLayout2 = ResTable_config::SCREENROUND_YES;
/frameworks/base/tools/aapt/tests/
H A DAaptConfig_test.cpp91 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
97 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
/frameworks/base/native/android/
H A Dconfiguration.cpp110 return (config->screenLayout2&ResTable_config::MASK_SCREENROUND);
205 config->screenLayout2 = (config->screenLayout2&~ResTable_config::MASK_SCREENROUND)
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp189 out->screenLayout2 =
190 (out->screenLayout2 & ~ResTable_config::MASK_SCREENROUND) |
195 out->screenLayout2 =
196 (out->screenLayout2 & ~ResTable_config::MASK_SCREENROUND) |
201 out->screenLayout2 =
202 (out->screenLayout2 & ~ResTable_config::MASK_SCREENROUND) |
846 } else if (config->screenLayout2 & ResTable_config::MASK_SCREENROUND) {
932 if ((screenLayout2 | o.screenLayout2) & MASK_SCREENROUND) {
933 return !(o.screenLayout2
[all...]
H A DConfigDescription_test.cpp94 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
100 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp273 } else if (config->screenLayout2 & ResTable_config::MASK_SCREENROUND) {
434 if (out) out->screenLayout2 =
435 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND)
439 if (out) out->screenLayout2 =
440 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND)
444 if (out) out->screenLayout2 =
445 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND)
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1982 if (screenLayout2 != o.screenLayout2) {
1983 return (screenLayout2 > o.screenLayout2) ? 1 : -1;
2049 if (screenLayout2 != o.screenLayout2) {
2050 return screenLayout2 < o.screenLayout2 ? -1 : 1;
2079 if ((screenLayout2 & MASK_SCREENROUND) != (o.screenLayout2
[all...]
/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp141 out_config->screenLayout2 =
142 (out_config->screenLayout2 & ~ConfigDescription::MASK_SCREENROUND) |
147 out_config->screenLayout2 =
148 (out_config->screenLayout2 & ~ConfigDescription::MASK_SCREENROUND) |
H A DProtoSerialize.cpp113 switch (config.screenLayout2 & ConfigDescription::MASK_SCREENROUND) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1154 // screenLayout2 bits for round/notround.
1179 uint8_t screenLayout2; // Contains round/notround qualifier. member in struct:android::ResTable_config::__anon988::__anon989
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp372 // into screenLayout2.
373 configuration.screenLayout2 =

Completed in 332 milliseconds