Searched refs:MASK_LAYOUTDIR (Results 1 – 7 of 7) sorted by relevance
136 return (config->screenLayout&ResTable_config::MASK_LAYOUTDIR) in AConfiguration_getLayoutDirection()233 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in AConfiguration_setLayoutDirection()234 | ((value<<ResTable_config::SHIFT_LAYOUTDIR)&ResTable_config::MASK_LAYOUTDIR); in AConfiguration_setLayoutDirection()
100 (out->screenLayout & ~ResTable_config::MASK_LAYOUTDIR) | in parseLayoutDirection()106 (out->screenLayout & ~ResTable_config::MASK_LAYOUTDIR) | in parseLayoutDirection()112 (out->screenLayout & ~ResTable_config::MASK_LAYOUTDIR) | in parseLayoutDirection()913 if ((screenLayout | o.screenLayout) & MASK_LAYOUTDIR) { in HasHigherPrecedenceThan()914 return !(o.screenLayout & MASK_LAYOUTDIR); in HasHigherPrecedenceThan()971 !pred(screenLayout & MASK_LAYOUTDIR, in ConflictsWith()972 o.screenLayout & MASK_LAYOUTDIR) || in ConflictsWith()
2029 if ((screenLayout & MASK_LAYOUTDIR) != (o.screenLayout & MASK_LAYOUTDIR)) { in compareLogical()2030 return (screenLayout & MASK_LAYOUTDIR) < (o.screenLayout & MASK_LAYOUTDIR) ? -1 : 1; in compareLogical()2090 …if ((screenLayout & MASK_LAYOUTDIR) != (o.screenLayout & MASK_LAYOUTDIR)) diffs |= CONFIG_LAYOUTDI… in diff()2091 …if ((screenLayout & ~MASK_LAYOUTDIR) != (o.screenLayout & ~MASK_LAYOUTDIR)) diffs |= CONFIG_SCREEN… in diff()2165 if (((screenLayout^o.screenLayout) & MASK_LAYOUTDIR) != 0) { in isMoreSpecificThan()2166 if (!(screenLayout & MASK_LAYOUTDIR)) return false; in isMoreSpecificThan()2167 if (!(o.screenLayout & MASK_LAYOUTDIR)) return true; in isMoreSpecificThan()2431 if (((screenLayout^o.screenLayout) & MASK_LAYOUTDIR) != 0 in isBetterThan()2432 && (requested->screenLayout & MASK_LAYOUTDIR)) { in isBetterThan()2433 int myLayoutDir = screenLayout & MASK_LAYOUTDIR; in isBetterThan()[all …]
363 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()368 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()373 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
84 out_config->screenLayout = (out_config->screenLayout & ~ConfigDescription::MASK_LAYOUTDIR) | in DeserializeConfigFromPb()89 out_config->screenLayout = (out_config->screenLayout & ~ConfigDescription::MASK_LAYOUTDIR) | in DeserializeConfigFromPb()
65 switch (config.screenLayout & ConfigDescription::MASK_LAYOUTDIR) { in SerializeConfig()
1106 MASK_LAYOUTDIR = 0xC0, enumerator