Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java107 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
213 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()
290 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
DSecondaryDragLayer.java77 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java82 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()
87 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java91 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow()
97 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java101 mLauncher.getAppsView().getAppsStore().registerIconContainer(this); in updateVisibility()
103 mLauncher.getAppsView().getAppsStore().unregisterIconContainer(this); in updateVisibility()
/packages/apps/Launcher3/tests/src_disabled/
DWorkTabTest.java89 launcher.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in resumeAppStoreUpdate()
150 launcher.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in testWorkEduFlow()
/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
DDebugTestInformationHandler.java88 l -> l.getAppsView().getAppsStore().getDeferUpdatesFlags()); in call()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1408 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
2108 mAppsView.getAppsStore() in clearPendingBinds()
2542 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in executeOnNextDraw()
2543 mPendingExecutor.execute(() -> mAppsView.getAppsStore().disableDeferUpdates( in executeOnNextDraw()
2637 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
2652 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java217 public AllAppsStore getAppsStore() { in getAppsStore() method in AllAppsContainerView