Searched refs:updatedBubble (Results 1 – 1 of 1) sorted by relevance
173 BubbleBarBubble updatedBubble; field in BubbleBarController.BubbleBarViewUpdate279 || update.updatedBubble != null in onBubbleStateChange()288 if (update.updatedBubble != null) { in onBubbleStateChange()289 BubbleBarBubble existingBubble = mBubbles.get(update.updatedBubble.getKey()); in onBubbleStateChange()290 viewUpdate.updatedBubble = in onBubbleStateChange()291 populateBubble(mContext, update.updatedBubble, mBarView, in onBubbleStateChange()373 if (update.updatedBubble != null) { in applyViewChanges()376 BubbleBarBubble bb = mBubbles.get(update.updatedBubble.getKey()); in applyViewChanges()