Searched refs:overrideBounds (Results 1 – 1 of 1) sorted by relevance
1671 final Rect overrideBounds = getResolvedOverrideBounds(); in onConfigurationChanged() local1672 if (task != null && !overrideBounds.isEmpty() in onConfigurationChanged()1681 if ((overrideBounds.width() != taskBounds.width() in onConfigurationChanged()1682 || overrideBounds.height() > taskBounds.height())) { in onConfigurationChanged()