Home | History | Annotate | Download | only in launcher3

Lines Matching defs:emptyCell

631         int[] emptyCell = new int[2];
632 if (mContent.findCellForSpan(emptyCell, item.spanX, item.spanY)) {
633 item.cellX = emptyCell[0];
634 item.cellY = emptyCell[1];