Lines Matching full:screenid
364 long screenId;
742 completeAddApplication(args.intent, args.container, args.screenId, args.cellX,
749 completeAddShortcut(args.intent, args.container, args.screenId, args.cellX,
755 completeAddAppWidget(appWidgetId, args.container, args.screenId, null, null);
831 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
856 args.screenId = mPendingAddInfo.screenId;
875 (CellLayout) mWorkspace.getScreenWithId(mPendingAddInfo.screenId);
889 mPendingAddInfo.screenId, layout, null);
1192 mPendingAddInfo.screenId = pendingAddScreen;
1370 void completeAddApplication(Intent data, long container, long screenId, int cellX, int cellY) {
1372 final CellLayout layout = getCellLayout(container, screenId);
1389 mWorkspace.addApplicationShortcut(info, layout, container, screenId, cellXY[0], cellXY[1],
1402 private void completeAddShortcut(Intent data, long container, long screenId, int cellX,
1406 CellLayout layout = getCellLayout(container, screenId);
1446 LauncherModel.addItemToDatabase(this, info, container, screenId, cellXY[0], cellXY[1], false);
1449 mWorkspace.addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1,
1487 private void completeAddAppWidget(final int appWidgetId, long container, long screenId,
1494 CellLayout layout = getCellLayout(container, screenId);
1548 container, screenId, cellXY[0], cellXY[1], false);
1564 mWorkspace.addInScreen(launcherInfo.hostView, container, screenId, cellXY[0], cellXY[1],
1892 if (mPendingAddInfo.container != ItemInfo.NO_ID && mPendingAddInfo.screenId > -1 &&
1895 outState.putLong(RUNTIME_STATE_PENDING_ADD_SCREEN, mPendingAddInfo.screenId);
2087 mPendingAddInfo.screenId = -1;
2121 completeAddAppWidget(appWidgetId, info.container, info.screenId, boundWidget,
2136 * @param screenId The ID of the screen where it should be added
2140 void processShortcutFromDrop(ComponentName componentName, long container, long screenId,
2144 mPendingAddInfo.screenId = screenId;
2161 * @param screenId The ID of the screen where it should be added
2165 void addAppWidgetFromDrop(PendingAddWidgetInfo info, long container, long screenId,
2169 mPendingAddInfo.screenId = info.screenId = screenId;
2238 FolderIcon addFolder(CellLayout layout, long container, final long screenId, int cellX,
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 + ")");
2863 CellLayout getCellLayout(long container, long screenId) {
2871 return (CellLayout) mWorkspace.getScreenWithId(screenId);
3927 CellLayout cl = mWorkspace.getScreenWithId(item.screenId);
3933 workspace.addInScreenFromBind(shortcut, item.container, item.screenId, item.cellX,
3941 newShortcutsScreenId = item.screenId;
3948 workspace.addInScreenFromBind(newFolder, item.container, item.screenId, item.cellX,
4035 workspace.addInScreen(item.hostView, item.container, item.screenId, item.cellX,