Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1473 int pushDistance; in pushViewsToTempLocation() local
1480 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()
1483 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()
1486 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()
1489 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()
1493 if (pushDistance <= 0) { in pushViewsToTempLocation()
1513 while (pushDistance > 0 && !fail) { in pushViewsToTempLocation()
1534 pushDistance--; in pushViewsToTempLocation()