Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
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
/frameworks/base/core/java/android/content/res/
DConfiguration.java427 int screenLayoutSize; in reduceScreenLayout() local