Searched refs:clusterRect (Results 1 – 1 of 1) sorted by relevance
1551 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local1560 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()1563 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()1566 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()1569 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()1622 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation()1626 … if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 && in pushViewsToTempLocation()1627 clusterRect.bottom <= mCountY) { in pushViewsToTempLocation()