Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java61 private final int[] mScreenLayoutSize; field in SizeConfigurationBuckets
100 mScreenLayoutSize = screenLayoutSize.copyKeys(); in SizeConfigurationBuckets()
184 if (mScreenLayoutSize != null) { in crossesScreenLayoutSizeThreshold()
185 for (int screenLayoutSize : mScreenLayoutSize) { in crossesScreenLayoutSizeThreshold()
251 + Arrays.toString(mSmallest) + " " + Arrays.toString(mScreenLayoutSize) + " " in toString()
296 this.mScreenLayoutSize = screenLayoutSize; in SizeConfigurationBuckets()
331 return mScreenLayoutSize; in getScreenLayoutSize()
355 if (mScreenLayoutSize != null) flg |= 0x8; in writeToParcel()
360 if (mScreenLayoutSize != null) dest.writeIntArray(mScreenLayoutSize); in writeToParcel()
384 this.mScreenLayoutSize = screenLayoutSize; in SizeConfigurationBuckets()