Lines Matching defs:cellXY
1371 final int[] cellXY = mTmpAddItemCellCoordinates;
1376 cellXY[0] = cellX;
1377 cellXY[1] = cellY;
1378 } else if (!layout.findCellForSpan(cellXY, 1, 1)) {
1389 mWorkspace.addApplicationShortcut(info, layout, container, screenId, cellXY[0], cellXY[1],
1404 int[] cellXY = mTmpAddItemCellCoordinates;
1418 cellXY[0] = cellX;
1419 cellXY[1] = cellY;
1423 if (mWorkspace.createUserFolderIfNecessary(view, container, layout, cellXY, 0,
1429 if (mWorkspace.addToExistingFolderIfNecessary(view, layout, cellXY, 0, dragObject,
1435 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY);
1438 foundCellSpan = layout.findCellForSpan(cellXY, 1, 1);
1446 LauncherModel.addItemToDatabase(this, info, container, screenId, cellXY[0], cellXY[1], false);
1449 mWorkspace.addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1,
1502 int[] cellXY = mTmpAddItemCellCoordinates;
1507 cellXY[0] = mPendingAddInfo.cellX;
1508 cellXY[1] = mPendingAddInfo.cellY;
1516 spanXY[1], cellXY, finalSpan);
1521 foundCellSpan = layout.findCellForSpan(cellXY, minSpanXY[0], minSpanXY[1]);
1548 container, screenId, cellXY[0], cellXY[1], false);
1564 mWorkspace.addInScreen(launcherInfo.hostView, container, screenId, cellXY[0], cellXY[1],