Searched refs:selectedBubble (Results 1 – 4 of 4) sorted by relevance
166 void selectionChanged(BubbleViewProvider selectedBubble); in selectionChanged() argument1431 BubbleViewProvider selectedBubble = mBubbleData.getSelectedBubble(); in showOrHideAppBubble() local1433 if (selectedBubble != null && appBubbleKey.equals(selectedBubble.getKey())) { in showOrHideAppBubble()1896 public void selectionChanged(BubbleViewProvider selectedBubble) {1898 mStackView.setSelectedBubble(selectedBubble);1961 BubbleViewProvider selectedBubble = mBubbleData.getSelectedBubble();1962 if (selectedBubble != null) {1963 mLayerView.showExpandedView(selectedBubble);1970 public void selectionChanged(BubbleViewProvider selectedBubble) {1973 mLayerView.showExpandedView(selectedBubble);[all …]
81 @Nullable BubbleViewProvider selectedBubble; field in BubbleData.Update133 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()134 ? selectedBubble.getKey() in toBubbleBarUpdate()922 mStateChange.selectedBubble = bubble; in setSelectedBubbleInternal()
188 assertThat(bubbleData.selectedBubble).isEqualTo(bubble2) in <lambda>()225 assertThat(bubbleData.selectedBubble).isEqualTo(bubble1) in <lambda>()236 assertThat(bubbleData.selectedBubble).isEqualTo(bubble1) in <lambda>()
1321 assertWithMessage("selectedBubble").that(update.selectedBubble).isEqualTo(bubble); in assertSelectionChangedTo()1327 assertWithMessage("selectedBubble").that(update.selectedBubble).isNull(); in assertSelectionCleared()