Searched refs:overrideBounds (Results 1 – 3 of 3) sorted by relevance
78 Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local80 overrideBounds = overrideBounds.isEmpty() in resolveOverrideConfiguration()82 : overrideBounds; in resolveOverrideConfiguration()89 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
563 final Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local568 if (!overrideBounds.isEmpty() && (overrideAppBounds == null || overrideAppBounds.isEmpty()) in resolveOverrideConfiguration()570 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration()
8106 final Rect overrideBounds = getResolvedOverrideBounds(); in matchParentBounds() local8107 if (overrideBounds.isEmpty()) { in matchParentBounds()8114 return parent == null || parent.getBounds().equals(overrideBounds); in matchParentBounds()