Home | History | Annotate | Download | only in launcher2

Lines Matching refs:xCount

2747             int xCount, int yCount, boolean[][] occupied) {
2750 for (int x = 0; x < xCount; x++) {
2752 out: for (int i = x; i < x + spanX - 1 && x < xCount; i++) {