Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mIntersectingViews

159     private ArrayList<View> mIntersectingViews = new ArrayList<View>();
1857 mIntersectingViews.clear();
1879 mIntersectingViews.add(child);
1883 solution.intersectingViews = new ArrayList<View>(mIntersectingViews);
1888 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView,
1894 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView,
1900 for (View v : mIntersectingViews) {
2272 dragView, dropRegionRect, mIntersectingViews);
2315 mIntersectingViews.add(child);
2327 mIntersectingViews);
2328 return !mIntersectingViews.isEmpty();