Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java158 private ArrayList<View> mIntersectingViews = new ArrayList<View>(); field in CellLayout
2081 mIntersectingViews.clear(); in rearrangementExists()
2103 mIntersectingViews.add(child); in rearrangementExists()
2110 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
2116 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
2122 for (View v : mIntersectingViews) { in rearrangementExists()
2477 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop()
2520 mIntersectingViews.add(child); in getViewsIntersectingRegion()
2532 mIntersectingViews); in isNearestDropLocationOccupied()
2533 return !mIntersectingViews.isEmpty(); in isNearestDropLocationOccupied()