Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 7 of 7) sorted by relevance
205 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration345 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()406 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()408 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()486 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()990 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()997 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()1472 if (((delta.screenLayout & SCREENLAYOUT_SIZE_MASK) != SCREENLAYOUT_SIZE_UNDEFINED) in updateFrom()1473 && (delta.screenLayout & SCREENLAYOUT_SIZE_MASK) in updateFrom()1474 != (screenLayout & SCREENLAYOUT_SIZE_MASK)) { in updateFrom()[all …]
212 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) { in CompatibilityInfo()489 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in applyToConfiguration()
2191 & (Configuration.SCREENLAYOUT_LONG_MASK | Configuration.SCREENLAYOUT_SIZE_MASK); in computeConfigResourceOverrides()
2863 | Configuration.SCREENLAYOUT_SIZE_MASK); in updateOverrideConfiguration()
802 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
9140 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
12247 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf