Home | History | Annotate | Download | only in launcher3

Lines Matching refs:intersectingViews

1758     private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied,
1766 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1774 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1786 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1794 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1806 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1813 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1828 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1836 if (pushViewsToTempLocation(intersectingViews, occupied, direction,
1883 solution.intersectingViews = new ArrayList<View>(mIntersectingViews);
2050 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews
2051 != null && !solution.intersectingViews.contains(child);
2301 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) {
2305 intersectingViews.clear();
2494 ArrayList<View> intersectingViews;