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.java1123 int xSize = -1; in findNearestArea() local
1133 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()