Home | History | Annotate | Download | only in popup

Lines Matching refs:badgeInfo

62 import com.android.launcher3.badge.BadgeInfo;
579 BadgeInfo badgeInfo = mLauncher.getPopupDataProvider().getBadgeInfoForItem(itemInfo);
580 if (mNotificationItemView != null && badgeInfo != null) {
582 mNotificationItemView.updateHeader(badgeInfo.getNotificationCount(), palette);
586 public void trimNotifications(Map<PackageUserKey, BadgeInfo> updatedBadges) {
591 BadgeInfo badgeInfo = updatedBadges.get(PackageUserKey.fromItemInfo(originalInfo));
592 if (badgeInfo == null || badgeInfo.getNotificationKeys().size() == 0) {
637 badgeInfo.getNotificationKeys()));