Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_SIZE_SMALL (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java34 import static android.content.res.Configuration.SCREENLAYOUT_SIZE_SMALL;
151 sizeConfigs[0].screenLayout |= SCREENLAYOUT_SIZE_SMALL;
160 oldConfig.screenLayout |= SCREENLAYOUT_SIZE_SMALL;
184 sizeConfigs[0].screenLayout |= SCREENLAYOUT_SIZE_SMALL;
193 oldConfig.screenLayout |= SCREENLAYOUT_SIZE_SMALL;
213 SCREENLAYOUT_SIZE_SMALL, SCREENLAYOUT_SIZE_NORMAL, SCREENLAYOUT_SIZE_LARGE,
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java266 public static final int SCREENLAYOUT_SIZE_SMALL = 0x01; field in Configuration
431 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL; in reduceScreenLayout()
1161 case SCREENLAYOUT_SIZE_SMALL: sb.append(" smll"); break; in toString()
2543 case Configuration.SCREENLAYOUT_SIZE_SMALL: in resourceQualifierString()
/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.txt13361 field public static final int SCREENLAYOUT_SIZE_SMALL = 1; // 0x1