Home
last modified time | relevance | path

Searched refs:MASK_SCREENLONG (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/native/android/
Dconfiguration.cpp100 return (config->screenLayout&ResTable_config::MASK_SCREENLONG) in AConfiguration_getScreenLong()
195 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENLONG) in AConfiguration_setScreenLong()
196 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG); in AConfiguration_setScreenLong()
/frameworks/base/tools/aapt2/
DConfigDescription.cpp154 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
159 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
164 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
775 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()
/frameworks/base/tools/aapt/
DAaptConfig.cpp267 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()
394 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
399 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
404 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2088 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) { in isMoreSpecificThan()
2089 if (!(screenLayout & MASK_SCREENLONG)) return false; in isMoreSpecificThan()
2090 if (!(o.screenLayout & MASK_SCREENLONG)) return true; in isMoreSpecificThan()
2346 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0 in isBetterThan()
2347 && (requested->screenLayout & MASK_SCREENLONG)) { in isBetterThan()
2348 return (screenLayout & MASK_SCREENLONG); in isBetterThan()
2580 const int screenLong = screenLayout&MASK_SCREENLONG; in match()
2581 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match()
2895 if ((screenLayout&MASK_SCREENLONG) != 0) { in toString()
2897 switch (screenLayout&ResTable_config::MASK_SCREENLONG) { in toString()
[all …]
/frameworks/base/include/androidfw/
DResourceTypes.h1082 MASK_SCREENLONG = 0x30, enumerator