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.java261 applyDotState(info, false /* animate */); in applyFromWorkspaceItem()
277 applyDotState(info, false /* animate */); in applyFromApplicationInfo()
558 public void applyDotState(ItemInfo itemInfo, boolean animate) { in applyDotState() method in BubbleTextView
DWorkspace.java3121 ((BubbleTextView) v).applyDotState(info, true /* animate */); in updateNotificationDots()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java142 child.applyDotState(info, true /* animate */); in updateNotificationDots()