Searched refs:currentBubbles (Results 1 – 1 of 1) sorted by relevance
174 List<BubbleBarBubble> currentBubbles; field in BubbleBarController.BubbleBarViewUpdate295 List<BubbleBarBubble> currentBubbles = new ArrayList<>(); in onBubbleStateChange() local300 currentBubbles.add(b); in onBubbleStateChange()302 viewUpdate.currentBubbles = currentBubbles; in onBubbleStateChange()346 if (update.currentBubbles != null && !update.currentBubbles.isEmpty()) { in applyViewChanges()348 for (int i = update.currentBubbles.size() - 1; i >= 0; i--) { in applyViewChanges()349 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges()