Searched refs:addedBubble (Results 1 – 1 of 1) sorted by relevance
172 BubbleBarBubble addedBubble; field in BubbleBarController.BubbleBarViewUpdate278 if (update.addedBubble != null in onBubbleStateChange()284 if (update.addedBubble != null) { in onBubbleStateChange()285 viewUpdate.addedBubble = populateBubble(mContext, update.addedBubble, mBarView, in onBubbleStateChange()337 if (update.addedBubble != null) { in applyViewChanges()338 mBubbles.put(update.addedBubble.getKey(), update.addedBubble); in applyViewChanges()339 mBubbleBarViewController.addBubble(update.addedBubble, isExpanding, suppressAnimation); in applyViewChanges()342 bubbleToSelect = update.addedBubble; in applyViewChanges()359 + update.addedBubble.getKey()); in applyViewChanges()