Home | History | Annotate | Download | only in launcher2

Lines Matching refs:pushDistance

1829         int pushDistance;
1836 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left;
1839 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left;
1842 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top;
1845 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top;
1849 if (pushDistance <= 0) {
1869 while (pushDistance > 0 && !fail) {
1890 pushDistance--;