Searched refs:selectedBubble (Results 1 – 3 of 3) sorted by relevance
75 @Nullable Bubble selectedBubble; field in BubbleData.Update609 mStateChange.selectedBubble = bubble; in setSelectedBubbleInternal()
1382 mStackView.setSelectedBubble(update.selectedBubble);1383 if (update.selectedBubble != null) {1385 .getPendingOrActiveNotif(update.selectedBubble.getKey());
824 assertThat(update.selectedBubble).named("selectedBubble").isEqualTo(bubble); in assertSelectionChangedTo()830 assertThat(update.selectedBubble).named("selectedBubble").isNull(); in assertSelectionCleared()