Home | History | Annotate | Download | only in launcher2

Lines Matching defs:emptyCell

511         int[] emptyCell = new int[2];
512 if (mContent.findCellForSpan(emptyCell, item.spanX, item.spanY)) {
513 item.cellX = emptyCell[0];
514 item.cellY = emptyCell[1];