Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java39 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in addDotInfo()
48 mNumNotifications, MIN_COUNT, DotInfo.MAX_COUNT); in subtractDotInfo()
DDotInfo.java32 public static final int MAX_COUNT = 999; field in DotInfo
86 return Math.min(mTotalCount, MAX_COUNT); in getNotificationCount()