Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java138 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
DPopupContainerWithArrow.java509 dotInfo.getNotificationCount(), itemInfo.iconColor);
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java52 public int getNotificationCount() { in getNotificationCount() method in FolderDotInfo
DDotInfo.java83 public int getNotificationCount() { in getNotificationCount() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java607 int count = mDotInfo.getNotificationCount(); in applyDotState()