Lines Matching refs:screen
374 static void setScreen(int screen) {
376 sScreen = screen;
700 addItemCellInfo.screen = addScreen;
859 * @param cellInfo The position on screen where to create the shortcut.
862 cellInfo.screen = mWorkspace.getCurrentScreen();
882 * @param cellInfo The position on screen where to create the shortcut.
885 cellInfo.screen = mWorkspace.getCurrentScreen();
902 * @param cellInfo The position on screen where to create the widget.
913 CellLayout layout = (CellLayout) mWorkspace.getChildAt(cellInfo.screen);
916 // Try finding open space on Launcher screen
1032 final CellLayout layout = (CellLayout) mWorkspace.getChildAt(addItemCellInfo.screen);
1034 outState.putInt(RUNTIME_STATE_PENDING_ADD_SCREEN, addItemCellInfo.screen);
1262 cellInfo.screen = mWorkspace.getCurrentScreen();
1283 cellInfo.screen = mWorkspace.getCurrentScreen();
1333 cellInfo.screen, cellInfo.cellX, cellInfo.cellY, notify);
1461 * leak the previous Home screen on orientation change.
1539 // Close any folder open on the current screen
1541 // Pull the folder onto this screen
1572 mWorkspace.addInScreen(openFolder, folderInfo.screen, 0, 0, 4, 4);
1939 * - from center screen
1942 * - from center screen
1945 * - from center screen
1953 * - Go to a screen that's not the default, then all
1965 * - Launch an app and turn off the screen while in that app
2207 workspace.addInScreen(shortcut, item.screen, item.cellX, item.cellY, 1, 1,
2214 workspace.addInScreen(newFolder, item.screen, item.cellX, item.cellY, 1, 1,
2222 workspace.addInScreen(newLiveFolder, item.screen, item.cellX, item.cellY, 1, 1,
2265 workspace.addInScreen(item.hostView, item.screen, item.cellX,