Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java175 private final Rect mOccupiedRect = new Rect(); field in CellLayout
1733 mOccupiedRect.set(cellX, cellY, cellX + spanX, cellY + spanY); in rearrangementExists()
1763 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
1769 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists()
1776 if (!addViewToTempLocation(v, mOccupiedRect, direction, solution)) { in rearrangementExists()