Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 6 of 6) sorted by relevance
92 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration223 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()284 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()286 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()302 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()729 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()736 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()1439 switch (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) { in resourceQualifierString()1678 if ((base.screenLayout & SCREENLAYOUT_SIZE_MASK) != in generateDelta()1679 (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()
992 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) ==
698 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
9683 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
10020 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf