Searched refs:addedBubble (Results 1 – 3 of 3) sorted by relevance
76 @Nullable Bubble addedBubble; field in BubbleData.Update93 || addedBubble != null in anythingChanged()414 mStateChange.addedBubble = bubble; in doAdd()
1365 if (update.addedBubble != null && mStackView != null) {1366 mDataRepository.addBubble(mCurrentUserId, update.addedBubble);1367 mStackView.addBubble(update.addedBubble);
203 assertThat(update.addedBubble.showFlyout()).isFalse(); in ifSuppress_hideFlyout()218 assertThat(update.addedBubble.showFlyout()).isTrue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout()796 assertThat(update.addedBubble).named("addedBubble").isEqualTo(expected); in assertBubbleAdded()