Home
last modified time | relevance | path

Searched refs:containingBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7732 final Rect containingBounds = new Rect(); in resolveFixedOrientationConfiguration() local
7764 resolvedBounds.set(containingBounds); in resolveFixedOrientationConfiguration()
7773 containingBounds, desiredAspectRatio, true); in resolveFixedOrientationConfiguration()
7874 final Rect containingBounds = mTmpBounds; in resolveSizeCompatModeConfiguration() local
7877 resolvedBounds.set(containingBounds); in resolveSizeCompatModeConfiguration()
7950 final boolean fillContainer = resolvedBounds.equals(containingBounds); in resolveSizeCompatModeConfiguration()
8208 Rect containingBounds) { in applyAspectRatio() argument
8314 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 …]