Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 5 of 5) sorted by relevance
83 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration185 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()246 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()248 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()264 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()674 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()681 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()
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
569 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
7621 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf