Searched refs:mOccupiedRect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 161 private Rect mOccupiedRect = new Rect(); field in CellLayout 1914 mOccupiedRect.set(cellX, cellY, cellX + spanX, cellY + spanY); in rearrangementExists() 1944 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1950 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 1957 if (!addViewToTempLocation(v, mOccupiedRect, direction, solution)) { in rearrangementExists()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 159 private Rect mOccupiedRect = new Rect(); field in CellLayout 2082 mOccupiedRect.set(cellX, cellY, cellX + spanX, cellY + spanY); in rearrangementExists() 2110 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 2116 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView, in rearrangementExists() 2123 if (!addViewToTempLocation(v, mOccupiedRect, direction, solution)) { in rearrangementExists()
|