Home
last modified time | relevance | path

Searched refs:addBubble (Results 1 – 3 of 3) 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() method in BubbleBarViewController
402 mBarView.addBubble( in addBubble()
DBubbleBarController.java246 mBubbleBarViewController.addBubble( in createAndAddOverflowIfNeeded()
339 mBubbleBarViewController.addBubble(update.addedBubble, isExpanding, suppressAnimation); in applyViewChanges()
352 mBubbleBarViewController.addBubble(bubble, isExpanding, suppressAnimation); in applyViewChanges()
DBubbleBarView.java667 public void addBubble(View bubble, FrameLayout.LayoutParams lp) { in addBubble() method in BubbleBarView