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.java1106 int xSize = -1; in findNearestArea() local
1116 xSize = minSpanX; in findNearestArea()
1123 boolean hitMaxX = xSize >= spanX; in findNearestArea()
1128 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()
1134 xSize++; in findNearestArea()
1137 for (int i = 0; i < xSize; i++) { in findNearestArea()
1147 hitMaxX |= xSize >= spanX; in findNearestArea()
1152 hitMaxX = xSize >= spanX; in findNearestArea()
1162 currentRect.set(x, y, x + xSize, y + ySize); in findNearestArea()
1179 resultSpan[0] = xSize; in findNearestArea()