Searched refs:viewUpdate (Results 1 – 1 of 1) sorted by relevance
277 BubbleBarViewUpdate viewUpdate = new BubbleBarViewUpdate(update); in onBubbleStateChange() local285 viewUpdate.addedBubble = populateBubble(mContext, update.addedBubble, mBarView, in onBubbleStateChange()290 viewUpdate.updatedBubble = in onBubbleStateChange()302 viewUpdate.currentBubbles = currentBubbles; in onBubbleStateChange()304 MAIN_EXECUTOR.execute(() -> applyViewChanges(viewUpdate)); in onBubbleStateChange()309 () -> MAIN_EXECUTOR.execute(() -> applyViewChanges(viewUpdate))); in onBubbleStateChange()