Home | History | Annotate | Download | only in launcher3

Lines Matching defs:xCount

226         final int xCount = (int) grid.numColumns;
228 boolean[][] occupied = new boolean[xCount][yCount];
239 for (int x = cellX; 0 <= x && x < cellX + spanX && x < xCount; x++) {
248 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);