Searched refs:MASK_SCREENLONG (Results 1 – 4 of 4) sorted by relevance
100 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()
257 || (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()
2005 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 …]
1075 MASK_SCREENLONG = 0x30, enumerator