Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarUpdate.java46 public BubbleInfo updatedBubble; field in BubbleBarUpdate
84 updatedBubble = parcel.readParcelable(BubbleInfo.class.getClassLoader(), in BubbleBarUpdate()
108 || updatedBubble != null in anythingChanged()
128 + " updatedBubble=" + updatedBubble in toString()
154 parcel.writeParcelable(updatedBubble, flags); in writeToParcel()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java83 @Nullable Bubble updatedBubble; field in BubbleData.Update
105 || updatedBubble != null in anythingChanged()
142 bubbleBarUpdate.updatedBubble = updatedBubble != null in toBubbleBarUpdate()
143 ? updatedBubble.asBubbleBarBubble() in toBubbleBarUpdate()
643 mStateChange.updatedBubble = bubble; in doUpdate()
DBubbleController.java164 void updateBubble(Bubble updatedBubble); in updateBubble() argument
1868 public void updateBubble(Bubble updatedBubble) {
1870 mStackView.updateBubble(updatedBubble);
1933 public void updateBubble(Bubble updatedBubble) {
1989 update.updatedBubble != null ? update.updatedBubble.getKey() : "null",
2057 if (update.updatedBubble != null) {
2058 mBubbleViewCallback.updateBubble(update.updatedBubble);
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java303 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()
325 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()