Searched refs:minInsertPoint (Results 1 – 1 of 1) sorted by relevance
304 int minInsertPoint = 0; in doAdd() local308 minInsertPoint = newGroup ? 0 : findFirstIndexForGroup(bubble.getGroupId()); in doAdd()310 if (insertBubble(minInsertPoint, bubble) < mBubbles.size() - 1) { in doAdd()