Searched refs:mOccupiedRect (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 190 private final Rect mOccupiedRect = new Rect(); field in CellLayout 1796 mOccupiedRect.set(cellX, cellY, cellX + spanX, cellY + spanY); in rearrangementExists() 1826 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1832 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1839 if (!addViewToTempLocation(v, mOccupiedRect, direction, solution)) { in rearrangementExists()
|