Lines Matching refs:apps
1142 // If all apps is animating, don't show the menu, because we don't know
1148 // Only show the add and wallpaper options when we're not in all apps.
1941 * - Home from all apps
1944 * - Back from all apps
1950 * - Launch app from all apps and quit
1954 * apps, and launch and app, and go back
1960 * - On all apps, long press power and go back
1964 * - On all apps, power off
1968 * - From all apps
1971 * - From all apps
2317 * Add the icons for all apps.
2321 public void bindAllApplications(ArrayList<ApplicationInfo> apps) {
2322 mAllAppsGrid.setApps(apps);
2330 public void bindAppsAdded(ArrayList<ApplicationInfo> apps) {
2333 mAllAppsGrid.addApps(apps);
2341 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps) {
2344 mWorkspace.updateShortcuts(apps);
2345 mAllAppsGrid.updateApps(apps);
2353 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent) {
2356 mWorkspace.removeItems(apps);
2358 mAllAppsGrid.removeApps(apps);