Home
last modified time | relevance | path

Searched refs:clusterRect (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1659 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local
1668 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1827 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local
1836 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()