Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_LONG_YES (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java28 import static android.content.res.Configuration.SCREENLAYOUT_LONG_YES;
247 newConfig.screenLayout |= SCREENLAYOUT_LONG_YES; in testScreenLayoutFilteredIfLongDidNotCrossThreshold()
278 newConfig.screenLayout |= SCREENLAYOUT_LONG_YES; in testScreenLayoutNotFilteredIfLongCrossedThreshold()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java306 public static final int SCREENLAYOUT_LONG_YES = 0x20; field in Configuration
415 | (SCREENLAYOUT_LONG_YES | SCREENLAYOUT_SIZE_XLARGE); in resetScreenLayout()
1171 case SCREENLAYOUT_LONG_YES: sb.append(" long"); break; in toString()
2560 case Configuration.SCREENLAYOUT_LONG_YES: in resourceQualifierString()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java1055 | Configuration.SCREENLAYOUT_LONG_YES | Configuration.SCREENLAYOUT_SIZE_LARGE; 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.txt13353 field public static final int SCREENLAYOUT_LONG_YES = 32; // 0x20