Searched refs:mIntersectingViews (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 189 private final ArrayList<View> mIntersectingViews = new ArrayList<>(); field in CellLayout 1795 mIntersectingViews.clear(); in rearrangementExists() 1817 mIntersectingViews.add(child); in rearrangementExists() 1821 solution.intersectingViews = new ArrayList<>(mIntersectingViews); in rearrangementExists() 1826 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1832 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1838 for (View v : mIntersectingViews) { in rearrangementExists() 2235 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop() 2278 mIntersectingViews.add(child); in getViewsIntersectingRegion() 2290 mIntersectingViews); in isNearestDropLocationOccupied() [all …]
|