Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 11 of 11) sorted by relevance
88 if ((curScreenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) in SizeConfigurationBuckets()162 if ((firstConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) in crossesScreenLayoutSizeThreshold()163 == (secondConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK)) { in crossesScreenLayoutSizeThreshold()170 & Configuration.SCREENLAYOUT_SIZE_MASK)) { in crossesScreenLayoutSizeThreshold()
262 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration420 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()481 int curSize = curLayout&SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()483 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()565 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; in isLayoutSizeAtLeast()1180 switch ((screenLayout&SCREENLAYOUT_SIZE_MASK)) { in toString()1187 sb.append(screenLayout&SCREENLAYOUT_SIZE_MASK); break; in toString()1694 if (((delta.screenLayout & SCREENLAYOUT_SIZE_MASK) != SCREENLAYOUT_SIZE_UNDEFINED) in updateFrom()1695 && (delta.screenLayout & SCREENLAYOUT_SIZE_MASK) in updateFrom()1696 != (screenLayout & SCREENLAYOUT_SIZE_MASK)) { in updateFrom()[all …]
266 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) { in CompatibilityInfo()625 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in applyToConfiguration()
2562 config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK); in testCreateTestDisplayContentFromDimensions()2605 .getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK); in testCreateTestDisplayContentFromDisplayInfo()
953 & (Configuration.SCREENLAYOUT_LONG_MASK | Configuration.SCREENLAYOUT_SIZE_MASK); in testInsetDisregardedWhenFreeformOverlapsNavBar()
811 | Configuration.SCREENLAYOUT_SIZE_MASK in testFixedScreenLayoutSizeBits()
909 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
1760 & (Configuration.SCREENLAYOUT_LONG_MASK | Configuration.SCREENLAYOUT_SIZE_MASK); in computeScreenLayout()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9140 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
13843 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf