Searched refs:MASK_SCREENLONG (Results 1 – 7 of 7) sorted by relevance
105 return (config->screenLayout&ResTable_config::MASK_SCREENLONG) in AConfiguration_getScreenLong()200 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENLONG) in AConfiguration_setScreenLong()201 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG); in AConfiguration_setScreenLong()
178 (out->screenLayout & ~ResTable_config::MASK_SCREENLONG) | in parseScreenLayoutLong()184 (out->screenLayout & ~ResTable_config::MASK_SCREENLONG) | in parseScreenLayoutLong()190 (out->screenLayout & ~ResTable_config::MASK_SCREENLONG) | in parseScreenLayoutLong()883 (config->screenLayout & ResTable_config::MASK_SCREENLONG) != in ApplyVersionForCompatibility()954 if ((screenLayout | o.screenLayout) & MASK_SCREENLONG) { in HasHigherPrecedenceThan()955 return !(o.screenLayout & MASK_SCREENLONG); in HasHigherPrecedenceThan()1005 !pred(screenLayout & MASK_SCREENLONG, in ConflictsWith()1006 o.screenLayout & MASK_SCREENLONG) || in ConflictsWith()
2407 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) { in isMoreSpecificThan()2408 if (!(screenLayout & MASK_SCREENLONG)) return false; in isMoreSpecificThan()2409 if (!(o.screenLayout & MASK_SCREENLONG)) return true; in isMoreSpecificThan()2740 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0 in isBetterThan()2741 && (requested->screenLayout & MASK_SCREENLONG)) { in isBetterThan()2742 return (screenLayout & MASK_SCREENLONG); in isBetterThan()2984 const int screenLong = screenLayout&MASK_SCREENLONG; in match()2985 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match()3439 if ((screenLayout&MASK_SCREENLONG) != 0) { in toString()3441 switch (screenLayout&ResTable_config::MASK_SCREENLONG) { in toString()[all …]
288 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()415 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()420 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()425 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
130 out_config->screenLayout = (out_config->screenLayout & ~ConfigDescription::MASK_SCREENLONG) | in DeserializeConfigFromPb()135 out_config->screenLayout = (out_config->screenLayout & ~ConfigDescription::MASK_SCREENLONG) | in DeserializeConfigFromPb()
108 switch (config.screenLayout & ConfigDescription::MASK_SCREENLONG) { in SerializeConfig()
1152 MASK_SCREENLONG = 0x30, enumerator