Home | History | Annotate | Download | only in launcher2

Lines Matching refs:apps

617         // if you turned the screen off and then back while in All Apps, Launcher would not
749 // Background was set to gradient in onPause(), restore to black if in all apps.
794 // Resets the previous all apps icon press state
1309 // you're in All Apps and click home to go to the workspace. onWindowVisibilityChanged
1317 // apps is nice and speedy.
2075 * enters all apps mode.
2107 // We may give them the option of disabling apps this way.
2456 // Only disable it if we are in all apps
2515 * - Home from all apps
2518 * - Back from all apps
2524 * - Launch app from all apps and quit
2528 * apps, and launch and app, and go back
2534 * - On all apps, long press power and go back
2538 * - On all apps, power off
2542 * - From all apps
2545 * - From all apps
2916 // Before we show workspace, hide all apps again because
3018 * Add an item from all apps or customize onto the given workspace screen.
3575 // the new-apps animation or just run them if they are to appear on the current page
3671 * Add the icons for all apps.
3675 public void bindAllApplications(final ArrayList<ApplicationInfo> apps) {
3679 mAppsCustomizeContent.setApps(apps);
3707 public void bindAppsAdded(final ArrayList<ApplicationInfo> apps) {
3710 bindAppsAdded(apps);
3718 mAppsCustomizeContent.addApps(apps);
3727 public void bindAppsUpdated(final ArrayList<ApplicationInfo> apps) {
3730 bindAppsUpdated(apps);
3737 mWorkspace.updateShortcuts(apps);
3741 mAppsCustomizeContent.updateApps(apps);
3864 // Restricted secondary users (child mode) will potentially have very few apps