Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java88 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()
/frameworks/base/core/java/android/content/res/
DConfiguration.java262 public static final int SCREENLAYOUT_SIZE_MASK = 0x0f; field in Configuration
420 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 …]
DCompatibilityInfo.java266 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) { in CompatibilityInfo()
625 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in applyToConfiguration()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2562 config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK); in testCreateTestDisplayContentFromDimensions()
2605 .getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK); in testCreateTestDisplayContentFromDisplayInfo()
DTaskTests.java953 & (Configuration.SCREENLAYOUT_LONG_MASK | Configuration.SCREENLAYOUT_SIZE_MASK); in testInsetDisregardedWhenFreeformOverlapsNavBar()
DSizeCompatTests.java811 | Configuration.SCREENLAYOUT_SIZE_MASK in testFixedScreenLayoutSizeBits()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java909 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == in openPanel()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1760 & (Configuration.SCREENLAYOUT_LONG_MASK | Configuration.SCREENLAYOUT_SIZE_MASK); in computeScreenLayout()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9140 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf
/frameworks/base/core/api/
Dcurrent.txt13843 field public static final int SCREENLAYOUT_SIZE_MASK = 15; // 0xf