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.java1490 int pushDistance; in pushViewsToTempLocation() local
1497 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left; in pushViewsToTempLocation()
1500 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left; in pushViewsToTempLocation()
1503 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top; in pushViewsToTempLocation()
1506 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top; in pushViewsToTempLocation()
1510 if (pushDistance <= 0) { in pushViewsToTempLocation()
1530 while (pushDistance > 0 && !fail) { in pushViewsToTempLocation()
1551 pushDistance--; in pushViewsToTempLocation()