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.java123 || prevDot.getNotificationCount() != newDot.getNotificationCount()) { in onNotificationFullRefresh()
DPopupContainerWithArrow.java471 dotInfo.getNotificationCount(), itemInfo.bitmap.color);
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java52 public int getNotificationCount() { in getNotificationCount() method in FolderDotInfo
DDotInfo.java85 public int getNotificationCount() { in getNotificationCount() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java584 int count = mDotInfo.getNotificationCount(); in applyDotState()