Home
last modified time | relevance | path

Searched refs:screenLayout2 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DConfig_test.cpp109 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
113 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
117 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_NO; in TEST()
123 notRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_NO; in TEST()
136 longRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
157 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
165 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
175 targetConfigC.screenLayout2 = ResTable_config::SCREENROUND_YES; in TEST()
/frameworks/base/tools/aapt/tests/
DAaptConfig_test.cpp91 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND); in TEST()
97 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND); in TEST()
/frameworks/base/native/android/
Dconfiguration.cpp105 return (config->screenLayout2&ResTable_config::MASK_SCREENROUND); in AConfiguration_getScreenRound()
200 config->screenLayout2 = (config->screenLayout2&~ResTable_config::MASK_SCREENROUND) in AConfiguration_setScreenRound()
/frameworks/base/tools/aapt/
DAaptConfig.cpp252 if (config->screenLayout2 & ResTable_config::MASK_SCREENROUND) { in applyVersionForCompatibility()
413 if (out) out->screenLayout2 = in parseScreenRound()
414 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND) in parseScreenRound()
418 if (out) out->screenLayout2 = in parseScreenRound()
419 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND) in parseScreenRound()
423 if (out) out->screenLayout2 = in parseScreenRound()
424 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND) in parseScreenRound()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1897 diff = (int32_t)(screenLayout2 - o.screenLayout2); in compare()
1956 if (screenLayout2 != o.screenLayout2) { in compareLogical()
1957 return screenLayout2 < o.screenLayout2 ? -1 : 1; in compareLogical()
1983 …if ((screenLayout2 & MASK_SCREENROUND) != (o.screenLayout2 & MASK_SCREENROUND)) diffs |= CONFIG_SC… in diff()
2089 if (screenLayout2 || o.screenLayout2) { in isMoreSpecificThan()
2090 if (((screenLayout2^o.screenLayout2) & MASK_SCREENROUND) != 0) { in isMoreSpecificThan()
2091 if (!(screenLayout2 & MASK_SCREENROUND)) return false; in isMoreSpecificThan()
2092 if (!(o.screenLayout2 & MASK_SCREENROUND)) return true; in isMoreSpecificThan()
2283 if (screenLayout2 || o.screenLayout2) { in isBetterThan()
2284 if (((screenLayout2^o.screenLayout2) & MASK_SCREENROUND) != 0 && in isBetterThan()
[all …]
/frameworks/base/include/androidfw/
DResourceTypes.h1146 uint8_t screenLayout2; // Contains round/notround qualifier. member
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp643 config.screenLayout2 = in android_content_AssetManager_setConfiguration()