Home
last modified time | relevance | path

Searched defs:screenLayoutSize (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java74 SparseIntArray screenLayoutSize = new SparseIntArray(); in SizeConfigurationBuckets() local
282 @Nullable int[] screenLayoutSize, in SizeConfigurationBuckets()
370 int[] screenLayoutSize = (flg & 0x8) == 0 ? null : in.createIntArray(); in SizeConfigurationBuckets() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java420 int screenLayoutSize; in reduceScreenLayout() local