Home
last modified time | relevance | path

Searched refs:mNumNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java31 private int mNumNotifications; field in FolderDotInfo
37 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()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java97 private int mNumNotifications; field in PopupContainerWithArrow
260 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()