Home | History | Annotate | Download | only in launcher2

Lines Matching refs:intersectingViews

1982     private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied,
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,
2506 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) {
2510 intersectingViews.clear();