Searched refs:clusterRect (Results 1 – 1 of 1) sorted by relevance
1633 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local1642 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()1645 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()1648 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()1651 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()1704 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation()1708 … if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 && in pushViewsToTempLocation()1709 clusterRect.bottom <= mCountY) { in pushViewsToTempLocation()