Searched refs:isOverflow (Results 1 – 2 of 2) sorted by relevance
731 final int index = bubble.isOverflow() ? getChildCount() : 0; in addBubble()780 int addedIndex = addedBubble.isOverflow() ? getChildCount() : 0; in addBubbleAndRemoveBubble()1072 if (bv.isOverflow() || i > MAX_VISIBLE_BUBBLES_COLLAPSED - 1) { in updateBubblesLayoutProperties()
296 public boolean isOverflow() { in isOverflow() method in BubbleView