Searched refs:getAppsStore (Results 1 – 6 of 6) sorted by relevance
147 getAppsStore().registerIconContainer(this); in onAttachedToWindow()151 private AllAppsStore getAppsStore() { in getAppsStore() method in PredictionRowView152 return mLauncher.getAppsView().getAppsStore(); in getAppsStore()160 getAppsStore().unregisterIconContainer(this); in onDetachedFromWindow()282 if (getAppsStore().getApps().isEmpty()) { in processPredictedAppComponents()289 ItemInfoWithIcon info = mapper.getApp(getAppsStore()); in processPredictedAppComponents()
137 mAppsView.getAppsStore().removeUpdateListener(this); in setTargetAppsView()141 mAppsView.getAppsStore().addUpdateListener(this); in setTargetAppsView()265 AppInfo info = (AppInfo) mapper.getApp(mAppsView.getAppsStore()); in updateDependencies()
87 mLauncher.getAppsView().getAppsStore().enableDeferUpdates( in call()93 mLauncher.getAppsView().getAppsStore().disableDeferUpdates( in call()100 mLauncher.getAppsView().getAppsStore().getDeferUpdatesFlags()).get(); in call()
100 mLauncher.getAppsView().getAppsStore().addUpdateListener(this); in onAttachedToWindow()106 mLauncher.getAppsView().getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
1277 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()2265 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in executeOnNextDraw()2266 mPendingExecutor.execute(() -> mAppsView.getAppsStore().disableDeferUpdates( in executeOnNextDraw()2345 mAppsView.getAppsStore().setApps(apps); in bindAllApplications()2364 mAppsView.getAppsStore().addOrUpdateApps(apps); in bindAppsAddedOrUpdated()2369 mAppsView.getAppsStore().updatePromiseAppProgress(app); in bindPromiseAppProgressUpdated()2415 mAppsView.getAppsStore().removeApps(appInfos); in bindAppInfosRemoved()
137 public AllAppsStore getAppsStore() { in getAppsStore() method in AllAppsContainerView