Searched refs:suppressAnimation (Results 1 – 2 of 2) sorted by relevance
400 public void addBubble(BubbleBarItem b, boolean isExpanding, boolean suppressAnimation) { in addBubble() argument411 if (suppressAnimation || !(b instanceof BubbleBarBubble bubble)) { in addBubble()
320 final boolean suppressAnimation = in applyViewChanges()339 mBubbleBarViewController.addBubble(update.addedBubble, isExpanding, suppressAnimation); in applyViewChanges()352 mBubbleBarViewController.addBubble(bubble, isExpanding, suppressAnimation); in applyViewChanges()