Searched refs:bubbleBarUpdate (Results 1 – 2 of 2) sorted by relevance
125 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in toBubbleBarUpdate() local127 bubbleBarUpdate.expandedChanged = expandedChanged; in toBubbleBarUpdate()128 bubbleBarUpdate.expanded = expanded; in toBubbleBarUpdate()130 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()134 bubbleBarUpdate.addedBubble = addedBubble != null in toBubbleBarUpdate()139 bubbleBarUpdate.updatedBubble = updatedBubble != null in toBubbleBarUpdate()142 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()150 bubbleBarUpdate.removedBubbles.add( in toBubbleBarUpdate()159 return bubbleBarUpdate; in toBubbleBarUpdate()167 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in getInitialState() local[all …]
1840 BubbleBarUpdate bubbleBarUpdate = update.toBubbleBarUpdate();1842 if (bubbleBarUpdate.anythingChanged()) {1843 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate);