Searched defs:workspace (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DOverviewScreenAccessibilityDelegate.java41 public OverviewScreenAccessibilityDelegate(Workspace workspace) { argument
42 mWorkspace = workspace;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java29 * A keyboard listener we set on all the workspace icons.
56 // Handle the key event just like a workspace icon would in these cases. In this case,
193 * Handles key events in the workspace hotseat (bottom of the screen).
214 final Workspace workspace = (Workspace) v.getRootView().findViewById(R.id.workspace);
219 int pageIndex = workspace.getNextPage();
220 int pageCount = workspace.getChildCount();
225 final CellLayout iconLayout = (CellLayout) workspace.getChildAt(pageIndex);
227 // This check is to guard against cases where key strokes rushes in when workspace
274 parent = getCellLayoutChildrenForIndex(workspace, pageInde
554 handlePreviousPageLastItem(Workspace workspace, CellLayout hotseatLayout, int pageIndex, boolean isRtl) argument
569 handleNextPageFirstItem(Workspace workspace, CellLayout hotseatLayout, int pageIndex, boolean isRtl) argument
[all...]
H A DWorkspaceStateTransitionAnimation.java171 * Manages the animations between each of the workspace states.
203 public WorkspaceStateTransitionAnimation(Launcher launcher, Workspace workspace) { argument
205 mWorkspace = workspace;
264 * Starts a transition animation for the workspace.
269 // Reinitialize animation arrays for the current workspace state
272 // Cancel existing workspace animations and create a new animator set if requested
278 // Update the workspace state
476 * @param states the current and final workspace states
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java209 // How long to wait before the new-shortcut animation automatically pans the workspace
246 // scroll issues (because the workspace may not have been measured yet) and extra work.
600 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
601 // that is subsequently removed from the workspace in startBinding().
645 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
647 // return to the workspace. Clearing mAddInfo.container here fixes this issue
831 // Resets the previous workspace icon press state
1023 mWorkspace = (Workspace) mDragLayer.findViewById(R.id.workspace);
1039 // Setup the workspace
1093 * Add an application shortcut to the workspace
2541 setWorkspaceBackground(boolean workspace) argument
[all...]

Completed in 52 milliseconds