Home | History | Annotate | Download | only in launcher3

Lines Matching refs:intersectingViews

1814     private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied,
1822 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1830 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1842 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1850 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1862 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1869 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1884 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1892 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1939 solution.intersectingViews = new ArrayList<View>(mIntersectingViews);
2106 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews
2107 != null && !solution.intersectingViews.contains(child);
2364 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) {
2368 intersectingViews.clear();
2557 ArrayList<View> intersectingViews;