Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java480 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveOverrideConfiguration() local
H A DActivityRecord.java7563 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in updateResolvedBoundsHorizontalPosition() local
7812 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveAspectRatioRestriction() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java638 final Rect parentAppBounds = new Rect(0, 0, 250, 480); in testComputeConfigResourceOverrides() local