Searched refs:configBounds (Results 1 – 1 of 1) sorted by relevance
1778 final Rect configBounds = getRequestedOverrideBounds(); in canResizeToBounds() local1780 return configBounds.isEmpty() in canResizeToBounds()1781 || landscape == (configBounds.width() > configBounds.height()); in canResizeToBounds()