Searched refs:emptyCell (Results 1 – 1 of 1) sorted by relevance
527 int[] emptyCell = new int[2]; in findAndSetEmptyCells() local528 if (mContent.findCellForSpan(emptyCell, item.spanX, item.spanY)) { in findAndSetEmptyCells()529 item.cellX = emptyCell[0]; in findAndSetEmptyCells()530 item.cellY = emptyCell[1]; in findAndSetEmptyCells()