Home
last modified time | relevance | path

Searched refs:mIntersectingViews (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java174 private final ArrayList<View> mIntersectingViews = new ArrayList<>(); field in CellLayout
1715 mIntersectingViews.clear(); in rearrangementExists()
1737 mIntersectingViews.add(child); in rearrangementExists()
1741 solution.intersectingViews = new ArrayList<>(mIntersectingViews); in rearrangementExists()
1746 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
1752 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
1758 for (View v : mIntersectingViews) { in rearrangementExists()
2155 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop()
2198 mIntersectingViews.add(child); in getViewsIntersectingRegion()
2210 mIntersectingViews); in isNearestDropLocationOccupied()
[all …]