Searched refs:mIntersectingViews (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 174 private final ArrayList<View> mIntersectingViews = new ArrayList<>(); field in CellLayout 1732 mIntersectingViews.clear(); in rearrangementExists() 1754 mIntersectingViews.add(child); in rearrangementExists() 1758 solution.intersectingViews = new ArrayList<>(mIntersectingViews); in rearrangementExists() 1763 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1769 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1775 for (View v : mIntersectingViews) { in rearrangementExists() 2172 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop() 2215 mIntersectingViews.add(child); in getViewsIntersectingRegion() 2227 mIntersectingViews); in isNearestDropLocationOccupied() [all …]
|