Searched refs:removedBubble (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarController.java | 369 RemovedBubble removedBubble = update.removedBubbles.get(0); in applyViewChanges() local 370 BubbleBarBubble bubbleToRemove = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() 379 Log.w(TAG, "trying to remove bubble that doesn't exist: " + removedBubble.getKey()); in applyViewChanges() 386 RemovedBubble removedBubble = update.removedBubbles.get(i); in applyViewChanges() local 387 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() 396 + removedBubble.getKey()); in applyViewChanges()
|
D | BubbleBarView.java | 776 public void addBubbleAndRemoveBubble(BubbleView addedBubble, BubbleView removedBubble, in addBubbleAndRemoveBubble() argument 782 removeView(removedBubble); in addBubbleAndRemoveBubble() 793 int indexOfBubbleToRemove = indexOfChild(removedBubble); in addBubbleAndRemoveBubble() 798 if (mSelectedBubbleView == removedBubble in addBubbleAndRemoveBubble() 809 removeView(removedBubble); in addBubbleAndRemoveBubble() 821 removedBubble.setScaleX(0); in addBubbleAndRemoveBubble() 822 removedBubble.setScaleY(0); in addBubbleAndRemoveBubble() 829 removedBubble.setScaleX(1 - animatedFraction); in addBubbleAndRemoveBubble() 830 removedBubble.setScaleY(1 - animatedFraction); in addBubbleAndRemoveBubble()
|
D | BubbleBarViewController.java | 1076 public void addBubbleAndRemoveBubble(BubbleBarBubble addedBubble, BubbleBarBubble removedBubble, 1080 mBarView.addBubbleAndRemoveBubble(addedBubble.getView(), removedBubble.getView(), 1084 removedBubble.getView().setController(null); 1112 public void addOverflowAndRemoveBubble(BubbleBarBubble removedBubble, 1117 mBarView.addBubbleAndRemoveBubble(mOverflowBubble.getView(), removedBubble.getView(), 1121 removedBubble.getView().setController(null);
|