Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java400 public void addBubble(BubbleBarItem b, boolean isExpanding, boolean suppressAnimation) { in addBubble() argument
411 if (suppressAnimation || !(b instanceof BubbleBarBubble bubble)) { in addBubble()
DBubbleBarController.java320 final boolean suppressAnimation = in applyViewChanges()
339 mBubbleBarViewController.addBubble(update.addedBubble, isExpanding, suppressAnimation); in applyViewChanges()
352 mBubbleBarViewController.addBubble(bubble, isExpanding, suppressAnimation); in applyViewChanges()