Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mOccupiedRect

160     private Rect mOccupiedRect = new Rect();
1858 mOccupiedRect.set(cellX, cellY, cellX + spanX, cellY + spanY);
1888 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView,
1894 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView,
1901 if (!addViewToTempLocation(v, mOccupiedRect, direction, solution)) {