Searched refs:setApps (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java127 public void setApps(List<AppInfo> apps) { method in class:AllAppsContainerView
128 mApps.setApps(apps);
212 mAppsRecyclerView.setApps(mApps);
H A DAllAppsRecyclerView.java125 public void setApps(AlphabeticalAppsList apps) { method in class:AllAppsRecyclerView
H A DAlphabeticalAppsList.java376 public void setApps(List<AppInfo> apps) { method in class:AlphabeticalAppsList
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java1543 public void setApps(ArrayList<ApplicationInfo> list) { method in class:AppsCustomizePagedView
H A DLauncher.java3755 mAppsCustomizeContent.setApps(apps);
3767 // We just post the call to setApps so the user sees the progress bar
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java3671 mAppsView.setApps(apps);

Completed in 105 milliseconds