Lines Matching refs:mIntersectingViews
190 private final ArrayList<View> mIntersectingViews = new ArrayList<>(); field in CellLayout
1877 mIntersectingViews.clear(); in rearrangementExists()
1899 mIntersectingViews.add(child); in rearrangementExists()
1903 solution.intersectingViews = new ArrayList<>(mIntersectingViews); in rearrangementExists()
1908 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
1914 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
1920 for (View v : mIntersectingViews) { in rearrangementExists()
2317 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop()
2360 mIntersectingViews.add(child); in getViewsIntersectingRegion()
2372 mIntersectingViews); in isNearestDropLocationOccupied()
2373 return !mIntersectingViews.isEmpty(); in isNearestDropLocationOccupied()