Home
last modified time | relevance | path

Searched refs:updateNotificationDots (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java76 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in PopupDataProvider
89 updateNotificationDots(postedPackageUserKey::equals); in onNotificationPosted()
101 updateNotificationDots(removedPackageUserKey::equals); in onNotificationRemoved()
137 updateNotificationDots(updatedDots::containsKey); in onNotificationFullRefresh()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java81 mPopupDataProvider = new PopupDataProvider(this::updateNotificationDots); in TaskbarPopupController()
107 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in TaskbarPopupController
137 mControllers.taskbarAllAppsController.updateNotificationDots(updatedDots); in updateNotificationDots()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsController.java124 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in TaskbarAllAppsController
126 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java209 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in AllAppsStore
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java133 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java533 mPopupDataProvider = new PopupDataProvider(this::updateNotificationDots); in onCreate()
1597 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) {
1598 mWorkspace.updateNotificationDots(updatedDots);
1599 mAppsView.getAppsStore().updateNotificationDots(updatedDots);
DWorkspace.java3376 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) {