Searched refs:overflowBubbles (Results 1 – 3 of 3) sorted by relevance
91 final List<Bubble> overflowBubbles; field in BubbleData.Update95 overflowBubbles = Collections.unmodifiableList(overflow); in Update()
1426 mTmpBubbles.addAll(update.overflowBubbles); in update()
995 assertThat(update.overflowBubbles).isEqualTo(bubbles); in assertOverflowChangedTo()