Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java277 applyDotState(info, false /* animate */); in applyFromWorkspaceItem()
294 applyDotState(info, false /* animate */); in applyFromApplicationInfo()
644 public void applyDotState(ItemInfo itemInfo, boolean animate) { in applyDotState() method in BubbleTextView
DWorkspace.java3181 ((BubbleTextView) v).applyDotState(info, true /* animate */); in updateNotificationDots()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java149 child.applyDotState(info, true /* animate */); in updateNotificationDots()