Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleBarUpdate.java43 public BubbleInfo updatedBubble; field in BubbleBarUpdate
67 updatedBubble = parcel.readParcelable(BubbleInfo.class.getClassLoader(), in BubbleBarUpdate()
85 || updatedBubble != null in anythingChanged()
99 + " updatedBubble=" + updatedBubble in toString()
119 parcel.writeParcelable(updatedBubble, flags); in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java82 @Nullable Bubble updatedBubble; field in BubbleData.Update
104 || updatedBubble != null in anythingChanged()
139 bubbleBarUpdate.updatedBubble = updatedBubble != null in toBubbleBarUpdate()
140 ? updatedBubble.asBubbleBarBubble() in toBubbleBarUpdate()
620 mStateChange.updatedBubble = bubble; in doUpdate()
H A DBubbleController.java156 void updateBubble(Bubble updatedBubble); in updateBubble() argument
1630 public void updateBubble(Bubble updatedBubble) {
1632 mStackView.updateBubble(updatedBubble);
1682 public void updateBubble(Bubble updatedBubble) {
1731 + " bubbleUpdated=" + (update.updatedBubble != null)
1795 if (update.updatedBubble != null) {
1796 mBubbleViewCallback.updateBubble(update.updatedBubble);
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java283 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()
305 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()