Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsStore.java149 child.applyDotState(info, true /* animate */); in updateNotificationDots()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java312 applyDotState(info, false /* animate */); in applyFromWorkspaceItem()
330 applyDotState(info, false /* animate */); in applyFromApplicationInfo()
767 public void applyDotState(ItemInfo itemInfo, boolean animate) { in applyDotState() method in BubbleTextView
H A DWorkspace.java3256 ((BubbleTextView) v).applyDotState(info, true /* animate */); in updateNotificationDots()