Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java42 public void subtractDotInfo(DotInfo dotToSubtract) { in subtractDotInfo() argument
43 if (dotToSubtract == null) { in subtractDotInfo()
46 mNumNotifications -= dotToSubtract.getNotificationKeys().size(); in subtractDotInfo()