Searched refs:pushViewsToTempLocation (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 1629 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, in pushViewsToTempLocation() method in CellLayout 1786 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1794 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1806 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1814 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1826 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1833 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1848 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1856 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
|