Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java480 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveOverrideConfiguration() local
DActivityRecord.java7271 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in updateResolvedBoundsHorizontalPosition() local
7362 final Rect parentAppBounds = newParentConfig.windowConfiguration.getAppBounds(); in resolveFixedOrientationConfiguration() local
7434 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveAspectRatioRestriction() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskTests.java628 final Rect parentAppBounds = new Rect(0, 0, 250, 480); in testComputeConfigResourceOverrides() local