Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java158 public boolean crossesScreenLayoutSizeThreshold(@NonNull Configuration firstConfig, in crossesScreenLayoutSizeThreshold() argument
162 if ((firstConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) in crossesScreenLayoutSizeThreshold()
169 if (!secondConfig.isLayoutSizeAtLeast(firstConfig.screenLayout in crossesScreenLayoutSizeThreshold()
177 if (firstConfig.isLayoutSizeAtLeast(screenLayoutSize) in crossesScreenLayoutSizeThreshold()