Home
last modified time | relevance | path

Searched refs:xSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1186 int xSize = -1; in findNearestArea() local
1196 xSize = minSpanX; in findNearestArea()
1203 boolean hitMaxX = xSize >= spanX; in findNearestArea()
1208 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()
1214 xSize++; in findNearestArea()
1217 for (int i = 0; i < xSize; i++) { in findNearestArea()
1227 hitMaxX |= xSize >= spanX; in findNearestArea()
1232 hitMaxX = xSize >= spanX; in findNearestArea()
1242 currentRect.set(x, y, x + xSize, y + ySize); in findNearestArea()
1259 resultSpan[0] = xSize; in findNearestArea()