Searched refs:MASK_SCREENLONG (Results 1 – 2 of 2) sorted by relevance
437 public static final int MASK_SCREENLONG = 0x30; field in ResTable_config1266 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0 in isBetterThan()1267 && isTruthy(requested.screenLayout & MASK_SCREENLONG)) { in isBetterThan()1268 return isTruthy(screenLayout & MASK_SCREENLONG); in isBetterThan()1518 final int screenLong = screenLayout&MASK_SCREENLONG; in match()1519 final int setScreenLong = settings.screenLayout&MASK_SCREENLONG; in match()2276 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) { in isMoreSpecificThan()2277 if (!isTruthy((screenLayout & MASK_SCREENLONG))) return false; in isMoreSpecificThan()2278 if (!isTruthy((o.screenLayout & MASK_SCREENLONG))) return true; in isMoreSpecificThan()
505 (out.screenLayout&~ResTable_config.MASK_SCREENLONG) in parseScreenLayoutLong()511 (out.screenLayout&~ResTable_config.MASK_SCREENLONG) in parseScreenLayoutLong()516 (out.screenLayout&~ResTable_config.MASK_SCREENLONG) in parseScreenLayoutLong()1009 || (config.screenLayout & ResTable_config.MASK_SCREENLONG) in applyVersionForCompatibility()