Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dconfiguration.cpp100 return (config->screenLayout&ResTable_config::MASK_SCREENLONG) in AConfiguration_getScreenLong()
191 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENLONG) in AConfiguration_setScreenLong()
192 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG); in AConfiguration_setScreenLong()
/frameworks/base/tools/aapt/
DAaptConfig.cpp257 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()
384 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
389 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
394 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2005 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) { in isMoreSpecificThan()
2006 if (!(screenLayout & MASK_SCREENLONG)) return false; in isMoreSpecificThan()
2007 if (!(o.screenLayout & MASK_SCREENLONG)) return true; in isMoreSpecificThan()
2190 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0 in isBetterThan()
2191 && (requested->screenLayout & MASK_SCREENLONG)) { in isBetterThan()
2192 return (screenLayout & MASK_SCREENLONG); in isBetterThan()
2386 const int screenLong = screenLayout&MASK_SCREENLONG; in match()
2387 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match()
2627 if ((screenLayout&MASK_SCREENLONG) != 0) { in toString()
2629 switch (screenLayout&ResTable_config::MASK_SCREENLONG) { in toString()
[all …]
/frameworks/base/include/androidfw/
DResourceTypes.h1075 MASK_SCREENLONG = 0x30, enumerator