Searched refs:clusterRect (Results 1 – 2 of 2) sorted by relevance
1659 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local1668 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()1671 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()1674 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()1677 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()1730 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation()1734 … if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 && in pushViewsToTempLocation()1735 clusterRect.bottom <= mCountY) { in pushViewsToTempLocation()
1827 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local1836 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()1839 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()1842 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()1845 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()1898 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation()1902 … if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 && in pushViewsToTempLocation()1903 clusterRect.bottom <= mCountY) { in pushViewsToTempLocation()