Lines Matching defs:cellY
366 int cellY;
743 args.cellY);
750 args.cellY);
858 args.cellY = mPendingAddInfo.cellY;
1194 mPendingAddInfo.cellY = savedState.getInt(RUNTIME_STATE_PENDING_ADD_CELL_Y);
1370 void completeAddApplication(Intent data, long container, long screenId, int cellX, int cellY) {
1375 if (cellX >= 0 && cellY >= 0) {
1377 cellXY[1] = cellY;
1390 isWorkspaceLocked(), cellX, cellY);
1403 int cellY) {
1417 if (cellX >= 0 && cellY >= 0) {
1419 cellXY[1] = cellY;
1506 if (mPendingAddInfo.cellX >= 0 && mPendingAddInfo.cellY >= 0) {
1508 cellXY[1] = mPendingAddInfo.cellY;
1897 outState.putInt(RUNTIME_STATE_PENDING_ADD_CELL_Y, mPendingAddInfo.cellY);
2088 mPendingAddInfo.cellX = mPendingAddInfo.cellY = -1;
2149 mPendingAddInfo.cellY = cell[1];
2176 mPendingAddInfo.cellY = cell[1];
2239 int cellY) {
2244 LauncherModel.addItemToDatabase(Launcher.this, folderInfo, container, screenId, cellX, cellY,
2251 mWorkspace.addInScreen(newFolder, container, screenId, cellX, cellY, 1, 1,
2609 + info.screenId + " (" + info.cellX + ", " + info.cellY + ")");
2697 cl.setFolderLeaveBehindCell(lp.cellX, lp.cellY);
2845 longClickCellInfo.cellY));
3928 if (cl != null && cl.isOccupied(item.cellX, item.cellY)) {
3934 item.cellY, 1, 1);
3949 item.cellY, 1, 1);
4036 item.cellY, item.spanX, item.spanY, false);