Searched refs:overrideBounds (Results 1 – 3 of 3) sorted by relevance
81 Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local83 overrideBounds = overrideBounds.isEmpty() in resolveOverrideConfiguration()85 : overrideBounds; in resolveOverrideConfiguration()92 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
665 final Rect overrideBounds = resolvedConfig.windowConfiguration.getBounds(); in resolveOverrideConfiguration() local670 if (!overrideBounds.isEmpty() && (overrideAppBounds == null || overrideAppBounds.isEmpty()) in resolveOverrideConfiguration()672 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration()
8506 final Rect overrideBounds = getResolvedOverrideBounds(); in matchParentBounds() local8507 if (overrideBounds.isEmpty()) { in matchParentBounds()8514 return parent == null || parent.getBounds().equals(overrideBounds); in matchParentBounds()