Home
last modified time | relevance | path

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

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