Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DConfigurationHelper.java114 final Rect currentMaxBounds = currentConfig.windowConfiguration.getMaxBounds(); in shouldUpdateWindowMetricsBounds() local
117 return !currentBounds.equals(newBounds) || !currentMaxBounds.equals(newMaxBounds); in shouldUpdateWindowMetricsBounds()