Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java113 trimNotifications(mPackageUserToDotInfos); in onNotificationRemoved()
151 trimNotifications(updatedDots); in onNotificationFullRefresh()
154 private void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { in trimNotifications() method in PopupDataProvider
155 mChangeListener.trimNotifications(updatedDots); in trimNotifications()
271 default void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { }
DPopupContainerWithArrow.java514 public void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) {
527 mNotificationItemView.trimNotifications(
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java176 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() method in NotificationItemView
193 mFooter.trimNotifications(notificationKeys); in trimNotifications()
DNotificationFooterLayout.java209 public void trimNotifications(List<String> notifications) { in trimNotifications() method in NotificationFooterLayout