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.java78 Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local
80 overrideBounds = overrideBounds.isEmpty() in resolveOverrideConfiguration()
82 : overrideBounds; in resolveOverrideConfiguration()
89 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
DDisplayArea.java563 final Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local
568 if (!overrideBounds.isEmpty() && (overrideAppBounds == null || overrideAppBounds.isEmpty()) in resolveOverrideConfiguration()
570 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration()
DActivityRecord.java8106 final Rect overrideBounds = getResolvedOverrideBounds(); in matchParentBounds() local
8107 if (overrideBounds.isEmpty()) { in matchParentBounds()
8114 return parent == null || parent.getBounds().equals(overrideBounds); in matchParentBounds()