Home
last modified time | relevance | path

Searched refs:updatedBubble (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java77 @Nullable Bubble updatedBubble; field in BubbleData.Update
94 || updatedBubble != null in anythingChanged()
438 mStateChange.updatedBubble = bubble; in doUpdate()
DBubbleController.java1370 if (update.updatedBubble != null && mStackView != null) {
1371 mStackView.updateBubble(update.updatedBubble);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java237 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()
259 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()