Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java109 private boolean crossesHorizontalSizeThreshold(int firstDp, int secondDp) { in crossesHorizontalSizeThreshold()
113 private boolean crossesVerticalSizeThreshold(int firstDp, int secondDp) { in crossesVerticalSizeThreshold()
117 private boolean crossesSmallestSizeThreshold(int firstDp, int secondDp) { in crossesSmallestSizeThreshold()
135 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()