Lines Matching refs:workspace
496 final Workspace workspace = (Workspace) launcher.findViewById(R.id.workspace); in handleHotseatButtonKeyEvent() local
499 final int pageIndex = workspace.getCurrentPage(); in handleHotseatButtonKeyEvent()
515 workspace.snapToPage(pageIndex - 1); in handleHotseatButtonKeyEvent()
526 workspace.snapToPage(pageIndex + 1); in handleHotseatButtonKeyEvent()
534 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); in handleHotseatButtonKeyEvent()
540 workspace.requestFocus(); in handleHotseatButtonKeyEvent()
667 final Workspace workspace = (Workspace) layout.getParent(); in handleIconKeyEvent() local
668 final ViewGroup launcher = (ViewGroup) workspace.getParent(); in handleIconKeyEvent()
671 int pageIndex = workspace.indexOfChild(layout); in handleIconKeyEvent()
672 int pageCount = workspace.getChildCount(); in handleIconKeyEvent()
686 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1); in handleIconKeyEvent()
693 workspace.snapToPage(pageIndex - 1); in handleIconKeyEvent()
708 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1); in handleIconKeyEvent()
714 workspace.snapToPage(pageIndex + 1); in handleIconKeyEvent()
750 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1); in handleIconKeyEvent()
756 workspace.snapToPage(pageIndex - 1); in handleIconKeyEvent()
772 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1); in handleIconKeyEvent()
778 workspace.snapToPage(pageIndex + 1); in handleIconKeyEvent()