Searched refs:pushViewsToTempLocation (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1655 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, in pushViewsToTempLocation() method in CellLayout 1822 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1830 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1842 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1850 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1862 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1869 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1884 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1892 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 1823 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, in pushViewsToTempLocation() method in CellLayout 1990 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 1998 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 2010 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 2018 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 2030 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 2037 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 2052 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection() 2060 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
|