Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java553 return crossesSizeThreshold(mHorizontalSizeConfigurations, firstDp, secondDp); in crossesHorizontalSizeThreshold()
557 return crossesSizeThreshold(mVerticalSizeConfigurations, firstDp, secondDp); in crossesVerticalSizeThreshold()
561 return crossesSizeThreshold(mSmallestSizeConfigurations, firstDp, secondDp); in crossesSmallestSizeThreshold()
578 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold() method in ActivityRecord