Searched refs:clusterRect (Results 1 – 1 of 1) sorted by relevance
1840 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local1849 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()1852 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()1855 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()1858 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()1911 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation()1915 … if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 && in pushViewsToTempLocation()1916 clusterRect.bottom <= mCountY) { in pushViewsToTempLocation()