Home
last modified time | relevance | path

Searched refs:animateBubbleNotification (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java422 animateBubbleNotification(bubble, isExpanding); in addBubble()
429 public void animateBubbleNotification(BubbleBarBubble bubble, boolean isExpanding) { in animateBubbleNotification() method in BubbleBarViewController
DBubbleBarController.java379 mBubbleBarViewController.animateBubbleNotification(bb, /* isExpanding= */ false); in applyViewChanges()