Searched refs:mIntersectingViews (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 190 private final ArrayList<View> mIntersectingViews = new ArrayList<>(); field in CellLayout 1877 mIntersectingViews.clear(); in rearrangementExists() 1899 mIntersectingViews.add(child); in rearrangementExists() 1903 solution.intersectingViews = new ArrayList<>(mIntersectingViews); in rearrangementExists() 1908 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1914 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1920 for (View v : mIntersectingViews) { in rearrangementExists() 2317 dragView, dropRegionRect, mIntersectingViews); in getDirectionVectorForDrop() 2360 mIntersectingViews.add(child); in getViewsIntersectingRegion() 2372 mIntersectingViews); in isNearestDropLocationOccupied() [all …]
|