Home
last modified time | relevance | path

Searched refs:trimNotifications (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java101 trimNotifications(mPackageUserToDotInfos); in onNotificationRemoved()
139 trimNotifications(updatedDots); in onNotificationFullRefresh()
142 private void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { in trimNotifications() method in PopupDataProvider
143 mChangeListener.trimNotifications(updatedDots); in trimNotifications()
273 default void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { }
DPopupContainerWithArrow.java592 public void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) {
606 mNotificationItemView.trimNotifications(
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java158 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() method in NotificationItemView