Searched refs:configBounds (Results 1 – 1 of 1) sorted by relevance
709 final Rect configBounds = getOverrideBounds(); in reparent() local712 && !Objects.equals(configBounds, toStack.getOverrideBounds())) { in reparent()719 bounds = configBounds; in reparent()1538 final Rect configBounds = getOverrideBounds(); in canResizeToBounds() local1540 return configBounds.isEmpty() in canResizeToBounds()1541 || landscape == (configBounds.width() > configBounds.height()); in canResizeToBounds()1693 final Rect configBounds = getOverrideBounds(); in adjustForMinimalTaskDimensions() local1695 if (!configBounds.isEmpty() && bounds.right == configBounds.right) { in adjustForMinimalTaskDimensions()1704 if (!configBounds.isEmpty() && bounds.bottom == configBounds.bottom) { in adjustForMinimalTaskDimensions()