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()
154 (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()
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()
2088 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 …]
1082 MASK_SCREENLONG = 0x30, enumerator