Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_LONG_NO (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java27 import static android.content.res.Configuration.SCREENLAYOUT_LONG_NO;
245 oldConfig.screenLayout |= SCREENLAYOUT_LONG_NO; in testScreenLayoutFilteredIfLongDidNotCrossThreshold()
269 sizeConfigs[0].screenLayout |= SCREENLAYOUT_LONG_NO; in testScreenLayoutNotFilteredIfLongCrossedThreshold()
276 oldConfig.screenLayout |= SCREENLAYOUT_LONG_NO; in testScreenLayoutNotFilteredIfLongCrossedThreshold()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java301 public static final int SCREENLAYOUT_LONG_NO = 0x10; field in Configuration
469 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO; in reduceScreenLayout()
1170 case SCREENLAYOUT_LONG_NO: /* not-long is not interesting to print */ break; in toString()
2563 case Configuration.SCREENLAYOUT_LONG_NO: in resourceQualifierString()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java825 assertTrue((inOutConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_NO) != 0); in testComputeConfigResourceLayoutOverrides()
H A DSizeCompatTests.java1038 final int fixedScreenLayout = Configuration.SCREENLAYOUT_LONG_NO in testFixedScreenLayoutSizeBits()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13351 field public static final int SCREENLAYOUT_LONG_NO = 16; // 0x10