Searched refs:mScreenLayoutSize (Results 1 – 1 of 1) sorted by relevance
61 private final int[] mScreenLayoutSize; field in SizeConfigurationBuckets100 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()