Home | History | Annotate | Download | only in launcher3

Lines Matching refs:countX

1228         final int countX = mCountX;
1238 for (int x = 0; x < countX - (minSpanX - 1); x++) {
1262 if (x + xSize > countX -1 || mOccupied[x + xSize][y + j]) {
1358 final int countX = mCountX;
1363 for (int x = 0; x < countX - (spanX - 1); x++) {