Lines Matching full:intersectingviews
1970 private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied,
1978 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1986 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1998 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2006 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2018 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2025 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2040 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2048 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
2095 solution.intersectingViews = new ArrayList<View>(mIntersectingViews);
2262 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews
2263 != null && !solution.intersectingViews.contains(child);
2513 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) {
2517 intersectingViews.clear();
2706 ArrayList<View> intersectingViews;