Home
last modified time | relevance | path

Searched refs:mAllAppsStore (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java82 private final AllAppsStore mAllAppsStore = new AllAppsStore(); field in AllAppsContainerView
126 mAllAppsStore.addUpdateListener(this::onAppsUpdated); in AllAppsContainerView()
136 return mAllAppsStore; in getAppsStore()
165 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()
384 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
385 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()
397 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
398 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()
594 appsList = new AlphabeticalAppsList(mLauncher, mAllAppsStore, isWork); in AdapterHolder()
DAlphabeticalAppsList.java132 private final AllAppsStore mAllAppsStore; field in AlphabeticalAppsList
152 mAllAppsStore = appsStore; in AlphabeticalAppsList()
157 mAllAppsStore.addUpdateListener(this); in AlphabeticalAppsList()
242 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()
412 AppInfo match = mAllAppsStore.getApp(key); in getFiltersAppInfos()