Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java560 private boolean crossesSmallestSizeThreshold(int firstDp, int secondDp) { in crossesSmallestSizeThreshold() method in ActivityRecord
2580 if (!crossesSmallestSizeThreshold(oldSmallest, newSmallest)) { in getConfigurationChanges()