Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java124 DotInfo newDot = mPackageUserToDotInfos.get(packageUserKey); in onNotificationFullRefresh() local
126 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
127 updatedDots.put(packageUserKey, newDot); in onNotificationFullRefresh()