Lines Matching full:apps
1114 // If all apps is animating, don't show the menu, because we don't know
1120 // Only show the add and wallpaper options when we're not in all apps.
1905 * - Home from all apps
1908 * - Back from all apps
1914 * - Launch app from all apps and quit
1918 * apps, and launch and app, and go back
1924 * - On all apps, long press power and go back
1928 * - On all apps, power off
1932 * - From all apps
1935 * - From all apps
2250 * Add the icons for all apps.
2254 public void bindAllApplications(ArrayList<ApplicationInfo> apps) {
2255 mAllAppsGrid.setApps(apps);
2263 public void bindAppsAdded(ArrayList<ApplicationInfo> apps) {
2265 mAllAppsGrid.addApps(apps);
2273 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps) {
2275 mWorkspace.updateShortcuts(apps);
2276 mAllAppsGrid.updateApps(apps);
2284 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps) {
2286 mWorkspace.removeItems(apps);
2287 mAllAppsGrid.removeApps(apps);