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