Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java164 public @Nullable DotInfo getDotInfoForItem(@NonNull ItemInfo info) { in getDotInfoForItem() method in PopupDataProvider
181 DotInfo dotInfo = getDotInfoForItem(info); in getNotificationKeysForItem()
DPopupContainerWithArrow.java449 DotInfo dotInfo = mLauncher.getDotInfoForItem(itemInfo);
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java40 default DotInfo getDotInfoForItem(ItemInfo info) { in getDotInfoForItem() method
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java213 folderDotInfo.addDotInfo(activity.getDotInfoForItem(si)); in inflateIcon()
687 mDotInfo.addDotInfo(mActivity.getDotInfoForItem(item)); in onAdd()
698 items.stream().map(mActivity::getDotInfoForItem).forEach(mDotInfo::subtractDotInfo); in onRemove()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java647 mDotInfo = mActivity.getDotInfoForItem(itemInfo); in applyDotState()
DLauncher.java648 public DotInfo getDotInfoForItem(ItemInfo info) { in getDotInfoForItem() method in Launcher
649 return mPopupDataProvider.getDotInfoForItem(info); in getDotInfoForItem()
DWorkspace.java3188 folderDotInfo.addDotInfo(mLauncher.getDotInfoForItem(si)); in updateNotificationDots()