Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java626 private boolean crossesHorizontalSizeThreshold(int firstDp, int secondDp) { in crossesHorizontalSizeThreshold() method in ActivityRecord
3399 final boolean crosses = crossesHorizontalSizeThreshold(lastReportedConfig.screenWidthDp, in getConfigurationChanges()