Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dot/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java94 private int mNumNotifications; field in PopupContainerWithArrow
244 mNumNotifications = notificationKeys.size(); in populateAndShow()
258 if (mNumNotifications > 0) { in populateAndShow()
333 return getContext().getString(mNumNotifications == 0 ? in getTitleForAccessibility()