Lines Matching refs:cellY
353 int cellY;
683 args.cellY);
690 args.cellY);
759 args.cellY = mPendingAddInfo.cellY;
1102 mPendingAddInfo.cellY = savedState.getInt(RUNTIME_STATE_PENDING_ADD_CELL_Y);
1259 void completeAddApplication(Intent data, long container, long screenId, int cellX, int cellY) {
1264 if (cellX >= 0 && cellY >= 0) {
1266 cellXY[1] = cellY;
1279 isWorkspaceLocked(), cellX, cellY);
1292 int cellY) {
1306 if (cellX >= 0 && cellY >= 0) {
1308 cellXY[1] = cellY;
1395 if (mPendingAddInfo.cellX >= 0 && mPendingAddInfo.cellY >= 0) {
1397 cellXY[1] = mPendingAddInfo.cellY;
1726 outState.putInt(RUNTIME_STATE_PENDING_ADD_CELL_Y, mPendingAddInfo.cellY);
1897 mPendingAddInfo.cellX = mPendingAddInfo.cellY = -1;
1944 mPendingAddInfo.cellY = cell[1];
1971 mPendingAddInfo.cellY = cell[1];
2034 int cellY) {
2039 LauncherModel.addItemToDatabase(Launcher.this, folderInfo, container, screenId, cellX, cellY,
2046 mWorkspace.addInScreen(newFolder, container, screenId, cellX, cellY, 1, 1,
2395 + info.screenId + " (" + info.cellX + ", " + info.cellY + ")");
2483 cl.setFolderLeaveBehindCell(lp.cellX, lp.cellY);
3715 if (cl != null && cl.isOccupied(item.cellX, item.cellY)) {
3721 item.cellY, 1, 1);
3736 item.cellY, 1, 1);
3821 item.cellY, item.spanX, item.spanY, false);