Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1551 Rect clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation() local
1560 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()
1563 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()
1566 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()
1569 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()
1622 clusterRect = cluster.getBoundingRect(); in pushViewsToTempLocation()
1626 … if (!fail && clusterRect.left >= 0 && clusterRect.right <= mCountX && clusterRect.top >= 0 && in pushViewsToTempLocation()
1627 clusterRect.bottom <= mCountY) { in pushViewsToTempLocation()