Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mWorkspace

172     private Workspace mWorkspace;
619 boolean gotKey = TextKeyListener.getInstance().onKeyDown(mWorkspace, mDefaultKeySsb,
667 mWorkspace.setCurrentScreen(currentScreen);
711 mWorkspace = (Workspace) dragLayer.findViewById(R.id.workspace);
712 final Workspace workspace = mWorkspace;
735 mWorkspace.setIndicators(previous, next);
763 mWorkspace.scrollLeft();
770 mWorkspace.scrollRight();
805 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), info);
837 cellInfo.screen = mWorkspace.getCurrentScreen();
847 mWorkspace.addApplicationShortcut(info, cellInfo, isWorkspaceLocked());
860 cellInfo.screen = mWorkspace.getCurrentScreen();
867 mWorkspace.addInCurrentScreen(view, cellInfo.cellX, cellInfo.cellY, 1, 1,
888 CellLayout layout = (CellLayout) mWorkspace.getChildAt(cellInfo.screen);
905 mWorkspace.getCurrentScreen(), xy[0], xy[1], false);
916 mWorkspace.addInCurrentScreen(launcherInfo.hostView, xy[0], xy[1],
963 if (!mWorkspace.isDefaultScreenShowing()) {
964 mWorkspace.moveToDefaultScreen(alreadyOnHome && !allAppsVisible);
985 outState.putInt(RUNTIME_STATE_CURRENT_SCREEN, mWorkspace.getCurrentScreen());
987 final ArrayList<Folder> folders = mWorkspace.getOpenFolders();
1007 final CellLayout layout = (CellLayout) mWorkspace.getChildAt(addItemCellInfo.screen);
1127 mMenuAddInfo = mWorkspace.findAllVacantCells(null);
1226 cellInfo.screen = mWorkspace.getCurrentScreen();
1232 mWorkspace.getCurrentScreen(), cellInfo.cellX, cellInfo.cellY, false);
1237 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), folderInfo);
1238 mWorkspace.addInCurrentScreen(newFolder,
1247 cellInfo.screen = mWorkspace.getCurrentScreen();
1254 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentScreen()), info);
1255 mWorkspace.addInCurrentScreen(view, cellInfo.cellX, cellInfo.cellY, 1, 1,
1317 cellInfo = mWorkspace.findAllVacantCells(occupied);
1397 Folder folder = mWorkspace.getOpenFolder();
1496 Folder openFolder = mWorkspace.getFolderForTag(folderInfo);
1499 folderScreen = mWorkspace.getScreenForView(openFolder);
1502 if (folderScreen != mWorkspace.getCurrentScreen()) {
1536 mWorkspace.addInScreen(openFolder, folderInfo.screen, 0, 0, 4, 4);
1544 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS,
1551 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS,
1558 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS,
1580 if (mWorkspace.allowLongPress()) {
1584 mWorkspace.setAllowLongPress(false);
1585 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS,
1592 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS,
1594 mWorkspace.startDrag(cellInfo);
1626 showPreviews(anchor, 0, mWorkspace.getChildCount());
1631 final Workspace workspace = mWorkspace;
1682 if (i == mWorkspace.getCurrentScreen()) image.requestFocus();
1719 mWorkspace.snapToScreen((Integer) v.getTag());
1729 mWorkspace.snapToScreen((Integer) v.getTag());
1735 return mWorkspace;
1857 mWorkspace.getViewForTag(mFolderInfo);
1886 mWorkspace.setVisibility(View.GONE);
1941 mWorkspace.setVisibility(View.VISIBLE);
1944 mWorkspace.getChildAt(mWorkspace.getCurrentScreen()).requestFocus();
2096 if (mWorkspace != null) {
2097 return mWorkspace.getCurrentScreen();
2109 final Workspace workspace = mWorkspace;
2136 final Workspace workspace = mWorkspace;
2187 final Workspace workspace = mWorkspace;
2220 if (!mWorkspace.hasFocus()) {
2221 mWorkspace.getChildAt(mWorkspace.getCurrentScreen()).requestFocus();
2232 final Folder openFolder = mWorkspace.getOpenFolder();
2275 mWorkspace.updateShortcuts(apps);
2286 mWorkspace.removeItems(apps);