Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1280 private boolean addViewToTempLocation(View v, Rect rectOccupiedByPotentialDrop, in addViewToTempLocation() argument
1285 mTmpOccupied.markCells(rectOccupiedByPotentialDrop, true); in addViewToTempLocation()
1484 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, in pushViewsToTempLocation() argument
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()
1579 private boolean addViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, in addViewsToTempLocation() argument
1604 mTmpOccupied.markCells(rectOccupiedByPotentialDrop, true); in addViewsToTempLocation()