Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1633 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local
1642 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()