Searched refs:selectedBubble (Results 1 – 3 of 3) sorted by relevance
158 void selectionChanged(BubbleViewProvider selectedBubble); in selectionChanged() argument1236 if (selectedBubble != null && appBubbleKey.equals(selectedBubble.getKey())) { in showOrHideAppBubble()1658 public void selectionChanged(BubbleViewProvider selectedBubble) {1660 mStackView.setSelectedBubble(selectedBubble);1706 if (selectedBubble != null) {1707 mLayerView.showExpandedView(selectedBubble);1714 public void selectionChanged(BubbleViewProvider selectedBubble) {1717 mLayerView.showExpandedView(selectedBubble);1824 mBubbleViewCallback.selectionChanged(update.selectedBubble);2166 mSelectedBubbleKey = update.selectedBubble != null in update()[all …]
80 @Nullable BubbleViewProvider selectedBubble; field in BubbleData.Update130 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()131 ? selectedBubble.getKey() in toBubbleBarUpdate()910 mStateChange.selectedBubble = bubble; in setSelectedBubbleInternal()
1152 assertWithMessage("selectedBubble").that(update.selectedBubble).isEqualTo(bubble); in assertSelectionChangedTo()1158 assertWithMessage("selectedBubble").that(update.selectedBubble).isNull(); in assertSelectionCleared()