Searched refs:mIntersectingViews (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 170 private ArrayList<View> mIntersectingViews = new ArrayList<View>(); field in class:CellLayout 1831 mIntersectingViews.clear(); 1853 mIntersectingViews.add(child); 1857 solution.intersectingViews = new ArrayList<View>(mIntersectingViews); 1862 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, 1868 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, 1874 for (View v : mIntersectingViews) { 2241 dragView, dropRegionRect, mIntersectingViews); 2284 mIntersectingViews.add(child); 2296 mIntersectingViews); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | CellLayout.java | 158 private ArrayList<View> mIntersectingViews = new ArrayList<View>(); field in class:CellLayout 2081 mIntersectingViews.clear(); 2103 mIntersectingViews.add(child); 2110 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, 2116 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, 2122 for (View v : mIntersectingViews) { 2477 dragView, dropRegionRect, mIntersectingViews); 2520 mIntersectingViews.add(child); 2532 mIntersectingViews); 2533 return !mIntersectingViews [all...] |
Completed in 65 milliseconds