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()916 if ((screenLayout | o.screenLayout) & MASK_LAYOUTDIR) { in HasHigherPrecedenceThan()917 return !(o.screenLayout & MASK_LAYOUTDIR); in HasHigherPrecedenceThan()974 !pred(screenLayout & MASK_LAYOUTDIR, in ConflictsWith()975 o.screenLayout & MASK_LAYOUTDIR) || in ConflictsWith()
2144 if ((screenLayout & MASK_LAYOUTDIR) != (o.screenLayout & MASK_LAYOUTDIR)) { in compareLogical()2145 return (screenLayout & MASK_LAYOUTDIR) < (o.screenLayout & MASK_LAYOUTDIR) ? -1 : 1; in compareLogical()2205 …if ((screenLayout & MASK_LAYOUTDIR) != (o.screenLayout & MASK_LAYOUTDIR)) diffs |= CONFIG_LAYOUTDI… in diff()2206 …if ((screenLayout & ~MASK_LAYOUTDIR) != (o.screenLayout & ~MASK_LAYOUTDIR)) diffs |= CONFIG_SCREEN… in diff()2281 if (!(screenLayout & MASK_LAYOUTDIR)) return false; in isMoreSpecificThan()2282 if (!(o.screenLayout & MASK_LAYOUTDIR)) return true; in isMoreSpecificThan()2548 int myLayoutDir = screenLayout & MASK_LAYOUTDIR; in isBetterThan()2549 int oLayoutDir = o.screenLayout & MASK_LAYOUTDIR; in isBetterThan()2848 const int layoutDir = screenLayout&MASK_LAYOUTDIR; in match()3260 if ((screenLayout&MASK_LAYOUTDIR) != 0) { in toString()[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()
86 out_config->screenLayout = (out_config->screenLayout & ~ConfigDescription::MASK_LAYOUTDIR) | in DeserializeConfigFromPb()91 out_config->screenLayout = (out_config->screenLayout & ~ConfigDescription::MASK_LAYOUTDIR) | in DeserializeConfigFromPb()
67 switch (config.screenLayout & ConfigDescription::MASK_LAYOUTDIR) { in SerializeConfig()
1132 MASK_LAYOUTDIR = 0xC0, enumerator