Searched refs:mAllAppsStore (Results 1 – 2 of 2) sorted by relevance
82 private final AllAppsStore mAllAppsStore = new AllAppsStore(); field in AllAppsContainerView126 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()
132 private final AllAppsStore mAllAppsStore; field in AlphabeticalAppsList152 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()