Home
last modified time | relevance | path

Searched refs:getAppsStore (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java155 getAppsStore().registerIconContainer(this); in onAttachedToWindow()
159 private AllAppsStore getAppsStore() { in getAppsStore() method in PredictionRowView
160 return mLauncher.getAppsView().getAppsStore(); in getAppsStore()
168 getAppsStore().unregisterIconContainer(this); in onDetachedFromWindow()
293 if (getAppsStore().getApps().length == 0) { in processPredictedAppComponents()
300 ItemInfoWithIcon info = mapper.getApp(getAppsStore()); in processPredictedAppComponents()
DPredictionUiStateManager.java147 mAppsView.getAppsStore().removeUpdateListener(this); in setTargetAppsView()
151 mAppsView.getAppsStore().addUpdateListener(this); in setTargetAppsView()
262 mDynamicItemCache.updateDependencies(state.apps, mAppsView.getAppsStore(), this, in updateDependencies()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java109 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
223 mAppsView.getAppsStore().updatePromiseAppProgress(app); in bindPromiseAppProgressUpdated()
300 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
DSecondaryDragLayer.java78 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java81 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()
86 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java93 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow()
99 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1325 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
1974 mAppsView.getAppsStore() in clearPendingBinds()
2358 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in executeOnNextDraw()
2359 mPendingExecutor.execute(() -> mAppsView.getAppsStore().disableDeferUpdates( in executeOnNextDraw()
2453 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
2467 mAppsView.getAppsStore().updatePromiseAppProgress(app); in bindPromiseAppProgressUpdated()
/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
DDebugTestInformationHandler.java93 l -> l.getAppsView().getAppsStore().getDeferUpdatesFlags()); in call()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java141 mAllAppsStore = mLauncher.getAppsView().getAppsStore(); in HotseatPredictionController()
426 AllAppsStore allAppsStore = mLauncher.getAppsView().getAppsStore(); in mapToWorkspaceItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java154 public AllAppsStore getAppsStore() { in getAppsStore() method in AllAppsContainerView