Home | History | Annotate | Download | only in launcher3

Lines Matching refs:xCount

407         final int xCount = (int) profile.numColumns;
409 boolean[][] occupied = new boolean[xCount][yCount];
414 for (int x = r.cellX; 0 <= x && x < right && x < xCount; x++) {
421 return Utilities.findVacantCell(xy, spanX, spanY, xCount, yCount, occupied);