Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java80 @Nullable Bubble updatedBubble; field in BubbleData.Update
102 || updatedBubble != null in anythingChanged()
501 mStateChange.updatedBubble = bubble; in doUpdate()
DBubbleController.java1163 if (update.updatedBubble != null && mStackView != null) {
1164 mStackView.updateBubble(update.updatedBubble);
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java248 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()
270 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()