Searched refs:pushViewsToTempLocation (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1547 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, in pushViewsToTempLocation() method in CellLayout 1704 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1712 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1724 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1732 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1744 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1751 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1766 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1774 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
|