Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java128 if (!buckets.crossesSmallestSizeThreshold(oldSmallest, newSmallest)) { in filterDiff()
150 private boolean crossesSmallestSizeThreshold(int firstDp, int secondDp) { in crossesSmallestSizeThreshold() method in SizeConfigurationBuckets