Searched defs:rectOccupiedByPotentialDrop (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1570 private boolean addViewToTempLocation(View v, Rect rectOccupiedByPotentialDrop, argument
1575 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true);
1823 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, argument
1836 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left;
1839 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left;
1842 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top;
1845 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top;
1918 private boolean addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, argument
1950 markCellsForRect(rectOccupiedByPotentialDrop, mTmpOccupied, true);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1248 private boolean addViewToTempLocation(View v, Rect rectOccupiedByPotentialDrop, argument
1253 mTmpOccupied.markCells(rectOccupiedByPotentialDrop, true);
1452 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, argument
1465 pushDistance = clusterRect.right - rectOccupiedByPotentialDrop.left;
1468 pushDistance = rectOccupiedByPotentialDrop.right - clusterRect.left;
1471 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top;
1474 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top;
1547 private boolean addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, argument
1572 mTmpOccupied.markCells(rectOccupiedByPotentialDrop, true);

Completed in 33 milliseconds