Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 9 of 9) sorted by relevance
105 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration236 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()297 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()299 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()371 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()830 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()837 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()1620 switch (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) { in resourceQualifierString()1861 if ((base.screenLayout & SCREENLAYOUT_SIZE_MASK) != in generateDelta()1862 (change.screenLayout & SCREENLAYOUT_SIZE_MASK)) { in generateDelta()[all …]
198 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) { in CompatibilityInfo()457 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in applyToConfiguration()
77 import static android.content.res.Configuration.SCREENLAYOUT_SIZE_MASK;1602 newScreenLayout = (newScreenLayout & ~SCREENLAYOUT_SIZE_MASK) in sanitizeOverrideConfiguration()1603 | (overrideScreenLayout & SCREENLAYOUT_SIZE_MASK); in sanitizeOverrideConfiguration()
1093 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) ==
764 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
9140 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10168 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10181 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10607 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf