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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java181 // We don't want any clicks to go through to the hotseat unless the workspace is in
191 Launcher launcher, Workspace workspace) {
207 workspace.addInScreen(folder, fi.container, fi.screenId, fi.cellX, fi.cellY,
189 addAllAppsFolder(IconCache iconCache, ArrayList<AppInfo> allApps, ArrayList<ComponentName> onWorkspace, Launcher launcher, Workspace workspace) argument
H A DLauncher.java208 // How long to wait before the new-shortcut animation automatically pans the workspace
248 // scroll issues (because the workspace may not have been measured yet) and extra work.
657 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
658 // that is subsequently removed from the workspace in startBinding().
699 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
701 // return to the workspace. Clearing mAddInfo.container here fixes this issue
888 // Resets the previous workspace icon press state
1140 mWorkspace = (Workspace) mDragLayer.findViewById(R.id.workspace);
1185 // Setup the workspace
1254 * Add an application shortcut to the workspace
2683 setWorkspaceBackground(boolean workspace) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java207 // How long to wait before the new-shortcut animation automatically pans the workspace
244 // scroll issues (because the workspace may not have been measured yet) and extra work.
574 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
575 // that is subsequently removed from the workspace in startBinding().
619 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
621 // return to the workspace. Clearing mAddInfo.container here fixes this issue
805 // Resets the previous workspace icon press state
997 mWorkspace = (Workspace) mDragLayer.findViewById(R.id.workspace);
1013 // Setup the workspace
1067 * Add an application shortcut to the workspace
2483 setWorkspaceBackground(boolean workspace) argument
[all...]

Completed in 698 milliseconds