Searched refs:MASK_SCREENLONG (Results 1 – 5 of 5) sorted by relevance
100 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()
149 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()154 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()159 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()741 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()
267 || (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()
2083 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) { in isMoreSpecificThan()2084 if (!(screenLayout & MASK_SCREENLONG)) return false; in isMoreSpecificThan()2085 if (!(o.screenLayout & MASK_SCREENLONG)) return true; in isMoreSpecificThan()2277 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0 in isBetterThan()2278 && (requested->screenLayout & MASK_SCREENLONG)) { in isBetterThan()2279 return (screenLayout & MASK_SCREENLONG); in isBetterThan()2480 const int screenLong = screenLayout&MASK_SCREENLONG; in match()2481 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match()2787 if ((screenLayout&MASK_SCREENLONG) != 0) { in toString()2789 switch (screenLayout&ResTable_config::MASK_SCREENLONG) { in toString()[all …]
1076 MASK_SCREENLONG = 0x30, enumerator