Searched refs:mNumNotifications (Results 1 – 2 of 2) sorted by relevance
31 private int mNumNotifications; field in FolderDotInfo37 mNumNotifications += dotToAdd.getNotificationKeys().size(); in addDotInfo()38 mNumNotifications = Utilities.boundToRange( in addDotInfo()39 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in addDotInfo()46 mNumNotifications -= dotToSubtract.getNotificationKeys().size(); in subtractDotInfo()47 mNumNotifications = Utilities.boundToRange( in subtractDotInfo()48 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in subtractDotInfo()53 return mNumNotifications; in getNotificationCount()58 return mNumNotifications > 0; in hasDot()
97 private int mNumNotifications; field in PopupContainerWithArrow260 mNumNotifications = notificationKeys.size(); in populateAndShow()264 if (mNumNotifications > 0) { in populateAndShow()268 if (mNumNotifications == 1) { in populateAndShow()323 return getContext().getString(mNumNotifications == 0 ? in getTitleForAccessibility()