Home | History | Annotate | Download | only in launcher3

Lines Matching defs:countX

1172         final int countX = mCountX;
1182 for (int x = 0; x < countX - (minSpanX - 1); x++) {
1206 if (x + xSize > countX -1 || mOccupied[x + xSize][y + j]) {
1302 final int countX = mCountX;
1307 for (int x = 0; x < countX - (spanX - 1); x++) {