Searched refs:updatedBubble (Results 1 – 4 of 4) sorted by relevance
43 public BubbleInfo updatedBubble; field in BubbleBarUpdate67 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()
82 @Nullable Bubble updatedBubble; field in BubbleData.Update104 || updatedBubble != null in anythingChanged()139 bubbleBarUpdate.updatedBubble = updatedBubble != null in toBubbleBarUpdate()140 ? updatedBubble.asBubbleBarBubble() in toBubbleBarUpdate()620 mStateChange.updatedBubble = bubble; in doUpdate()
156 void updateBubble(Bubble updatedBubble); in updateBubble() argument1630 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);
283 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()305 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()