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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1823 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, method in class:CellLayout
1990 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1998 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2010 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2018 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2030 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2037 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2052 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2060 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1798 private boolean pushViewsToTempLocation(ArrayList<View> views, Rect rectOccupiedByPotentialDrop, method in class:CellLayout
1965 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1973 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1985 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1993 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2005 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2012 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2027 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2035 if (pushViewsToTempLocation(intersectingViews, occupied, direction,

Completed in 56 milliseconds