Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 8 of 8) sorted by relevance
206 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration346 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()407 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()409 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()487 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()992 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()999 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()1490 if (((delta.screenLayout & SCREENLAYOUT_SIZE_MASK) != SCREENLAYOUT_SIZE_UNDEFINED) in updateFrom()1491 && (delta.screenLayout & SCREENLAYOUT_SIZE_MASK) in updateFrom()1492 != (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()
2861 | 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
12264 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf