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