Searched refs:currentMaxBounds (Results 1 – 1 of 1) sorted by relevance
114 final Rect currentMaxBounds = currentConfig.windowConfiguration.getMaxBounds(); in shouldUpdateWindowMetricsBounds() local117 return !currentBounds.equals(newBounds) || !currentMaxBounds.equals(newMaxBounds); in shouldUpdateWindowMetricsBounds()