Home | History | Annotate | Download | only in launcher3

Lines Matching refs:countY

1229         final int countY = mCountY;
1236 for (int y = 0; y < countY - (minSpanY - 1); y++) {
1272 if (y + ySize > countY - 1 || mOccupied[x + i][y + ySize]) {
1359 final int countY = mCountY;
1361 for (int y = 0; y < countY - (spanY - 1); y++) {