Home
last modified time | relevance | path

Searched defs:firstDp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java142 private boolean crossesHorizontalSizeThreshold(int firstDp, int secondDp) { in crossesHorizontalSizeThreshold()
146 private boolean crossesVerticalSizeThreshold(int firstDp, int secondDp) { in crossesVerticalSizeThreshold()
150 private boolean crossesSmallestSizeThreshold(int firstDp, int secondDp) { in crossesSmallestSizeThreshold()
224 public static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()