Searched refs:bubbleBarUpdate (Results 1 – 2 of 2) sorted by relevance
127 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in toBubbleBarUpdate() local129 bubbleBarUpdate.expandedChanged = expandedChanged; in toBubbleBarUpdate()130 bubbleBarUpdate.expanded = expanded; in toBubbleBarUpdate()131 bubbleBarUpdate.shouldShowEducation = shouldShowEducation; in toBubbleBarUpdate()133 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()137 bubbleBarUpdate.addedBubble = addedBubble != null in toBubbleBarUpdate()142 bubbleBarUpdate.updatedBubble = updatedBubble != null in toBubbleBarUpdate()145 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()148 bubbleBarUpdate.unsupressedBubbleKey = unsuppressedBubble != null in toBubbleBarUpdate()153 bubbleBarUpdate.removedBubbles.add( in toBubbleBarUpdate()[all …]
737 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in setBubbleBarLocation() local738 bubbleBarUpdate.bubbleBarLocation = bubbleBarLocation; in setBubbleBarLocation()739 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate); in setBubbleBarLocation()2102 BubbleBarUpdate bubbleBarUpdate = update.toBubbleBarUpdate();2104 if (bubbleBarUpdate.anythingChanged()) {2105 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate);