Searched refs:removedBubbles (Results 1 – 1 of 1) sorted by relevance
167 List<RemovedBubble> removedBubbles; field in BubbleBarController.BubbleBarViewUpdate185 removedBubbles = update.removedBubbles; in BubbleBarViewUpdate()325 if (!update.removedBubbles.isEmpty()) { in applyViewChanges()326 for (int i = 0; i < update.removedBubbles.size(); i++) { in applyViewChanges()327 RemovedBubble removedBubble = update.removedBubbles.get(i); in applyViewChanges()