Searched refs:childBounds (Results 1 – 2 of 2) sorted by relevance
405 Rect childBounds = new Rect(); in getBoundsInScreen() local409 child.getBoundsInScreen(childBounds); in getBoundsInScreen()411 bounds.union(childBounds); in getBoundsInScreen()
860 Rect childBounds = computeMinimumBoundsForOrphanDescendants(child); in computeMinimumBoundsForOrphanDescendants() local862 if (childBounds != null) { in computeMinimumBoundsForOrphanDescendants()863 bounds.union(childBounds); in computeMinimumBoundsForOrphanDescendants()