Searched refs:addBubble (Results 1 – 3 of 3) sorted by relevance
400 public void addBubble(BubbleBarItem b, boolean isExpanding, boolean suppressAnimation) { in addBubble() method in BubbleBarViewController402 mBarView.addBubble( in addBubble()
246 mBubbleBarViewController.addBubble( in createAndAddOverflowIfNeeded()339 mBubbleBarViewController.addBubble(update.addedBubble, isExpanding, suppressAnimation); in applyViewChanges()352 mBubbleBarViewController.addBubble(bubble, isExpanding, suppressAnimation); in applyViewChanges()
667 public void addBubble(View bubble, FrameLayout.LayoutParams lp) { in addBubble() method in BubbleBarView