Searched refs:childBounds (Results 1 – 1 of 1) sorted by relevance
1506 Rectangle childBounds = child.getAbsRect(); in analyze() local1512 if (parentBounds.x == childBounds.x) { in analyze()1515 if (parentBounds.y == childBounds.y) { in analyze()1518 if (parentBounds.x + parentBounds.width == childBounds.x + childBounds.width) { in analyze()1521 if (parentBounds.y + parentBounds.height == childBounds.y + childBounds.height) { in analyze()