Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DSecondaryDisplayLauncher.java98 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
170 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()
224 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
H A DSecondaryDragLayer.java77 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DWorkProfileManager.java113 boolean isEnabled = !mAllApps.getAppsStore().hasModelFlag(FLAG_QUIET_MODE_ENABLED); in reset()
132 if (!mAllApps.getAppsStore().hasModelFlag( in attachWorkModeSwitch()
H A DAllAppsContainerView.java208 public AllAppsStore getAppsStore() { in getAppsStore() method in AllAppsContainerView
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DWorkProfileTest.java83 launcher.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in resumeAppStoreUpdate()
90 launcher.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in waitForWorkTabSetup()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java91 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow()
97 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestInformationHandler.java87 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()
92 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
H A DPredictionRowView.java102 mLauncher.getAppsView().getAppsStore().registerIconContainer(this); in updateVisibility()
104 mLauncher.getAppsView().getAppsStore().unregisterIconContainer(this); in updateVisibility()
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
H A DDebugTestInformationHandler.java132 l -> l.getAppsView().getAppsStore().getDeferUpdatesFlags()); in call()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DLauncherTaskbarUIController.java207 return Arrays.stream(mLauncher.getAppsView().getAppsStore().getApps()); in getAppIconsForEdu()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1431 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
2170 mAppsView.getAppsStore() in clearPendingBinds()
2621 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in onInitialBindComplete()
2622 pendingTasks.add(() -> mAppsView.getAppsStore().disableDeferUpdates( in onInitialBindComplete()
2777 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
2796 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()