Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mOccupiedRect

159     private Rect mOccupiedRect = new Rect();
2082 mOccupiedRect.set(cellX, cellY, cellX + spanX, cellY + spanY);
2110 if (attemptPushInDirection(mIntersectingViews, mOccupiedRect, direction, ignoreView,
2116 if (addViewsToTempLocation(mIntersectingViews, mOccupiedRect, direction, ignoreView,
2123 if (!addViewToTempLocation(v, mOccupiedRect, direction, solution)) {