Searched refs:containingAppBounds (Results 1 – 2 of 2) sorted by relevance
2286 final Rect containingAppBounds; in computeConfigResourceOverrides() local2288 containingAppBounds = parentConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()2294 containingAppBounds = displayArea != null in computeConfigResourceOverrides()2297 if (containingAppBounds != null && !containingAppBounds.isEmpty()) { in computeConfigResourceOverrides()2298 outAppBounds.intersect(containingAppBounds); in computeConfigResourceOverrides()
6599 final Rect containingAppBounds = new Rect(); in resolveSizeCompatModeConfiguration() local6601 mCompatDisplayInsets.getContainerBounds(containingAppBounds, containingBounds, rotation, in resolveSizeCompatModeConfiguration()6606 applyAspectRatio(resolvedBounds, containingAppBounds, containingBounds); in resolveSizeCompatModeConfiguration()6613 resolvedBounds.left = containingAppBounds.left; in resolveSizeCompatModeConfiguration()6815 private void applyAspectRatio(Rect outBounds, Rect containingAppBounds, in applyAspectRatio() argument6829 final int containingAppWidth = containingAppBounds.width(); in applyAspectRatio()6830 final int containingAppHeight = containingAppBounds.height(); in applyAspectRatio()6891 activityWidth + containingAppBounds.left, in applyAspectRatio()6892 activityHeight + containingAppBounds.top); in applyAspectRatio()