Searched refs:childViewBounds (Results 1 – 1 of 1) sorted by relevance
1532 Rectangle childViewBounds = childView.getAbsRect(); in analyze() local1537 if (parentBounds.x == childViewBounds.x) { in analyze()1540 if (parentBounds.y == childViewBounds.y) { in analyze()1543 if (parentBounds.x + parentBounds.width == childViewBounds.x in analyze()1544 + childViewBounds.width) { in analyze()1547 if (parentBounds.y + parentBounds.height == childViewBounds.y in analyze()1548 + childViewBounds.height) { in analyze()