Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java31 private int mNumNotifications; field in FolderDotInfo
34 mNumNotifications = 0; in reset()
41 mNumNotifications += dotToAdd.getNotificationKeys().size(); in addDotInfo()
42 mNumNotifications = Utilities.boundToRange( in addDotInfo()
43 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in addDotInfo()
48 return mNumNotifications; in getNotificationCount()
53 return mNumNotifications > 0; in hasDot()