Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java7364 final Rect containingAppBounds = new Rect(); in resolveFixedOrientationConfiguration() local
7373 containingAppBounds.set(parentAppBounds.left, parentAppBounds.top, in resolveFixedOrientationConfiguration()
7381 containingAppBounds.set(parentAppBounds.left, parentAppBounds.top, right, in resolveFixedOrientationConfiguration()
7396 mIsAspectRatioApplied = applyAspectRatio(resolvedBounds, containingAppBounds, in resolveFixedOrientationConfiguration()
7495 final Rect containingAppBounds = new Rect(); in resolveSizeCompatModeConfiguration() local
7497 mCompatDisplayInsets.getContainerBounds(containingAppBounds, containingBounds, rotation, in resolveSizeCompatModeConfiguration()
7503 applyAspectRatio(resolvedBounds, containingAppBounds, containingBounds); in resolveSizeCompatModeConfiguration()
7809 private boolean applyAspectRatio(Rect outBounds, Rect containingAppBounds, in applyAspectRatio() argument
7811 return applyAspectRatio(outBounds, containingAppBounds, containingBounds, in applyAspectRatio()
7822 private boolean applyAspectRatio(Rect outBounds, Rect containingAppBounds, in applyAspectRatio() argument
[all …]
DTask.java2716 final Rect containingAppBounds; in computeConfigResourceOverrides() local
2718 containingAppBounds = parentConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()
2724 containingAppBounds = displayArea != null in computeConfigResourceOverrides()
2727 if (containingAppBounds != null && !containingAppBounds.isEmpty()) { in computeConfigResourceOverrides()
2728 outAppBounds.intersect(containingAppBounds); in computeConfigResourceOverrides()