Lines Matching refs:workspace
1023 mWorkspace = (Workspace) mDragLayer.findViewById(R.id.workspace); in setupViews()
2541 private void setWorkspaceBackground(boolean workspace) { in setWorkspaceBackground() argument
2542 mLauncherView.setBackground(workspace ? in setWorkspaceBackground()
3461 final Workspace workspace = mWorkspace; in startBinding() local
3465 int count = workspace.getChildCount(); in startBinding()
3468 final CellLayout layoutParent = (CellLayout) workspace.getChildAt(i); in startBinding()
3495 Workspace workspace = mWorkspace; in bindItems() local
3511 workspace.addInScreen(shortcut, item.container, item.screen, item.cellX, in bindItems()
3532 (ViewGroup) workspace.getChildAt(workspace.getCurrentPage()), in bindItems()
3534 workspace.addInScreen(newFolder, item.container, item.screen, item.cellX, in bindItems()
3540 workspace.requestLayout(); in bindItems()
3576 final Workspace workspace = mWorkspace; in bindAppWidget() local
3589 workspace.addInScreen(item.hostView, item.container, item.screen, item.cellX, in bindAppWidget()
3593 workspace.requestLayout(); in bindAppWidget()