Searched refs:containingBounds (Results 1 – 1 of 1) sorted by relevance
7732 final Rect containingBounds = new Rect(); in resolveFixedOrientationConfiguration() local7764 resolvedBounds.set(containingBounds); in resolveFixedOrientationConfiguration()7773 containingBounds, desiredAspectRatio, true); in resolveFixedOrientationConfiguration()7874 final Rect containingBounds = mTmpBounds; in resolveSizeCompatModeConfiguration() local7877 resolvedBounds.set(containingBounds); in resolveSizeCompatModeConfiguration()7950 final boolean fillContainer = resolvedBounds.equals(containingBounds); in resolveSizeCompatModeConfiguration()8208 Rect containingBounds) { in applyAspectRatio() argument8314 right += containingBounds.right - containingAppBounds.right; in applyAspectRatio()8318 bottom += containingBounds.bottom - containingAppBounds.bottom; in applyAspectRatio()8320 outBounds.set(containingBounds.left, containingBounds.top, right, bottom); in applyAspectRatio()[all …]