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()
1411 mTmpBubbles.addAll(update.overflowBubbles); in update()
925 assertThat(update.overflowBubbles).isEqualTo(bubbles); in assertOverflowChangedTo()