Home | History | Annotate | Download | only in launcher3

Lines Matching full:clusterrect

1603         Rect clusterRect = cluster.getBoundingRect();
1612 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left;
1615 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left;
1618 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top;
1621 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top;
1674 clusterRect = cluster.getBoundingRect();
1678 if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 &&
1679 clusterRect.bottom <= mCountY) {