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.java176 public @Nullable DotInfo getDotInfoForItem(@NonNull ItemInfo info) { in getDotInfoForItem() method in PopupDataProvider
193 DotInfo dotInfo = getDotInfoForItem(info); in getNotificationKeysForItem()
DPopupContainerWithArrow.java506 DotInfo dotInfo = mLauncher.getDotInfoForItem(itemInfo);
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java38 default DotInfo getDotInfoForItem(ItemInfo info) { in getDotInfoForItem() method
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java591 mDotInfo.addDotInfo(mLauncher.getDotInfoForItem(item)); in onAdd()
601 mDotInfo.subtractDotInfo(mLauncher.getDotInfoForItem(item)); in onRemove()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java584 mDotInfo = mActivity.getDotInfoForItem(itemInfo); in applyDotState()
DLauncher.java612 public DotInfo getDotInfoForItem(ItemInfo info) { in getDotInfoForItem() method in Launcher
613 return mPopupDataProvider.getDotInfoForItem(info); in getDotInfoForItem()
DWorkspace.java3180 folderDotInfo.addDotInfo(mLauncher.getDotInfoForItem(si)); in updateNotificationDots()