Searched refs:bubbleToSelect (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarController.java | 348 BubbleBarBubble bubbleToSelect = null; in applyViewChanges() local 354 bubbleToSelect = newlySelected; in applyViewChanges() 366 mBubbleBarViewController.removeOverflowAndAddBubble(update.addedBubble, bubbleToSelect); in applyViewChanges() 374 bubbleToRemove, bubbleToSelect, isExpanding, suppressAnimation, in applyViewChanges() 378 suppressAnimation, bubbleToSelect); in applyViewChanges() 391 mBubbleBarViewController.addOverflowAndRemoveBubble(bubble, bubbleToSelect); in applyViewChanges() 402 suppressAnimation, bubbleToSelect); in applyViewChanges() 416 if (update.addedBubble != null && isCollapsed && bubbleToSelect == null) { in applyViewChanges() 418 bubbleToSelect = update.addedBubble; in applyViewChanges() 427 if (isCollapsed && bubbleToSelect == null) { in applyViewChanges() [all …]
|
D | BubbleBarViewController.java | 1077 @Nullable BubbleBarBubble bubbleToSelect, boolean isExpanding, 1079 BubbleView bubbleToSelectView = bubbleToSelect == null ? null : bubbleToSelect.getView(); 1113 @Nullable BubbleBarBubble bubbleToSelect) { 1116 BubbleView bubbleToSelectView = bubbleToSelect == null ? null : bubbleToSelect.getView(); 1126 @Nullable BubbleBarBubble bubbleToSelect) { 1129 BubbleView bubbleToSelectView = bubbleToSelect == null ? null : bubbleToSelect.getView(); 1143 @Nullable BubbleBarBubble bubbleToSelect 1147 bubbleToSelect == null ? null : bubbleToSelect.getView();
|
D | BubbleBarView.java | 728 public void addBubble(BubbleView bubble, @Nullable BubbleView bubbleToSelect) { in addBubble() argument 764 if (bubbleToSelect != null) { in addBubble() 766 indexOfChild(bubbleToSelect), listener); in addBubble() 777 @Nullable BubbleView bubbleToSelect, Runnable onEndRunnable) { in addBubbleAndRemoveBubble() argument 794 int indexOfNewlySelectedBubble = bubbleToSelect == null in addBubbleAndRemoveBubble() 795 ? indexOfCurrentSelectedBubble : indexOfChild(bubbleToSelect); in addBubbleAndRemoveBubble() 799 && bubbleToSelect == null in addBubbleAndRemoveBubble()
|