HomeSort by relevance Sort by last modified time
    Searched refs:newBadge (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/badge/
BadgeInfo.java 152 * Whether newBadge represents the same PackageUserKey as this badge, and icons with
159 public boolean shouldBeInvalidated(BadgeInfo newBadge) {
160 return mPackageUserKey.equals(newBadge.mPackageUserKey)
161 && (getNotificationCount() != newBadge.getNotificationCount()
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 132 BadgeInfo newBadge = mPackageUserToBadgeInfos.get(packageUserKey);
134 updatedBadges.put(packageUserKey, newBadge);
136 if (!prevBadge.shouldBeInvalidated(newBadge)) {
  /packages/apps/Contacts/src/com/android/contacts/drawer/
DrawerAdapter.java 230 final TextView newBadge = (TextView) result.findViewById(R.id.assistant_new_badge);
232 newBadge.setVisibility(item.contactsView == ContactsView.ASSISTANT && showWelcomeBadge

Completed in 88 milliseconds