Home
last modified time | relevance | path

Searched refs:removeApps (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java219 public void removeApps(List<AppInfo> apps) { in removeApps() method in AllAppsContainerView
220 mApps.removeApps(apps); in removeApps()
DAlphabeticalAppsList.java333 public void removeApps(List<AppInfo> apps) { in removeApps() method in AlphabeticalAppsList
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java1587 public void removeApps(ArrayList<ApplicationInfo> appInfos) {
DLauncher.java3848 mAppsCustomizeContent.removeApps(appInfos); in bindComponentsRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java4422 mAppsView.removeApps(appInfos); in bindAppInfosRemoved()