Searched refs:xSize (Results 1 – 1 of 1) sorted by relevance
1123 int xSize = -1; in findNearestArea() local1133 xSize = minSpanX; in findNearestArea()1140 boolean hitMaxX = xSize >= spanX; in findNearestArea()1145 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()1151 xSize++; in findNearestArea()1154 for (int i = 0; i < xSize; i++) { in findNearestArea()1164 hitMaxX |= xSize >= spanX; in findNearestArea()1169 hitMaxX = xSize >= spanX; in findNearestArea()1179 currentRect.set(x, y, x + xSize, y + ySize); in findNearestArea()1196 resultSpan[0] = xSize; in findNearestArea()