Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaGroup.java81 Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local
83 overrideBounds = overrideBounds.isEmpty() in resolveOverrideConfiguration()
85 : overrideBounds; in resolveOverrideConfiguration()
92 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
DDisplayArea.java665 final Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local
670 if (!overrideBounds.isEmpty() && (overrideAppBounds == null || overrideAppBounds.isEmpty()) in resolveOverrideConfiguration()
672 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration()
DActivityRecord.java8506 final Rect overrideBounds = getResolvedOverrideBounds(); in matchParentBounds() local
8507 if (overrideBounds.isEmpty()) { in matchParentBounds()
8514 return parent == null || parent.getBounds().equals(overrideBounds); in matchParentBounds()