Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java2780 final Rect parentAppBounds = parentConfig.windowConfiguration.getAppBounds(); in inSizeCompatMode() local
2783 final int parentAppWidth = parentAppBounds.width(); in inSizeCompatMode()
2784 final int parentAppHeight = parentAppBounds.height(); in inSizeCompatMode()
2988 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveSizeCompatModeConfiguration() local
2989 if (resolvedBounds.width() < parentAppBounds.width()) { in resolveSizeCompatModeConfiguration()
DTaskRecord.java2110 final Rect parentAppBounds = parentConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides() local
2111 if (parentAppBounds != null && !parentAppBounds.isEmpty()) { in computeConfigResourceOverrides()
2112 outAppBounds.intersect(parentAppBounds); in computeConfigResourceOverrides()
DAppWindowToken.java1806 final Rect parentAppBounds = newParentConfig.windowConfiguration.getAppBounds(); in calculateCompatBoundsTransformation() local
1808 final Rect viewportBounds = parentAppBounds != null ? parentAppBounds : parentBounds; in calculateCompatBoundsTransformation()