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.java1268 int xSize = -1; in findNearestArea() local
1278 xSize = minSpanX; in findNearestArea()
1285 boolean hitMaxX = xSize >= spanX; in findNearestArea()
1290 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()
1296 xSize++; in findNearestArea()
1299 for (int i = 0; i < xSize; i++) { in findNearestArea()
1309 hitMaxX |= xSize >= spanX; in findNearestArea()
1320 Rect currentRect = new Rect(x, y, x + xSize, y + ySize); in findNearestArea()
1337 resultSpan[0] = xSize; in findNearestArea()