Home | History | Annotate | Download | only in launcher3

Lines Matching refs:xSize

1159                 int xSize = -1;
1169 xSize = minSpanX;
1176 boolean hitMaxX = xSize >= spanX;
1181 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) {
1187 xSize++;
1190 for (int i = 0; i < xSize; i++) {
1200 hitMaxX |= xSize >= spanX;
1205 hitMaxX = xSize >= spanX;
1215 currentRect.set(x, y, x + xSize, y + ySize);
1232 resultSpan[0] = xSize;