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.java395 return crossesSizeThreshold(mHorizontalSizeConfigurations, firstDp, secondDp); in crossesHorizontalSizeThreshold()
399 return crossesSizeThreshold(mVerticalSizeConfigurations, firstDp, secondDp); in crossesVerticalSizeThreshold()
403 return crossesSizeThreshold(mSmallestSizeConfigurations, firstDp, secondDp); in crossesSmallestSizeThreshold()
420 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold() method in ActivityRecord