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.java96 private final AllAppsStore mAllAppsStore = new AllAppsStore(); field in AllAppsContainerView
172 mAllAppsStore.addUpdateListener(this::onAppsUpdated); in AllAppsContainerView()
218 return mAllAppsStore; in getAppsStore()
240 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()
255 boolean isEnabled = !mAllAppsStore.hasModelFlag(FLAG_QUIET_MODE_ENABLED); in resetWorkProfile()
453 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
454 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()
483 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
484 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()
538 && mAllAppsStore.hasModelFlag( in onActivePageChanged()
[all …]
DAlphabeticalAppsList.java71 private final AllAppsStore mAllAppsStore; field in AlphabeticalAppsList
90 mAllAppsStore = appsStore; in AlphabeticalAppsList()
95 mAllAppsStore.addUpdateListener(this); in AlphabeticalAppsList()
222 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()