Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java167 public boolean crossesScreenLayoutSizeThreshold(@NonNull Configuration firstConfig, in crossesScreenLayoutSizeThreshold() argument
171 if ((firstConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) in crossesScreenLayoutSizeThreshold()
178 if (!secondConfig.isLayoutSizeAtLeast(firstConfig.screenLayout in crossesScreenLayoutSizeThreshold()
186 if (firstConfig.isLayoutSizeAtLeast(screenLayoutSize) in crossesScreenLayoutSizeThreshold()