Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 7 of 7) sorted by relevance
92 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration194 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()255 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()257 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()273 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()700 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()707 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()1401 switch (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) { in resourceQualifierString()1629 if ((base.screenLayout & SCREENLAYOUT_SIZE_MASK) != in generateDelta()1630 (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()
205 NO DOC BLOCK: android.content.res.Configuration Field SCREENLAYOUT_SIZE_MASK
819 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) ==
680 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
9448 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
9142 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf