Searched refs:bubbleAtPos (Results 1 – 1 of 1) sorted by relevance
520 Bubble bubbleAtPos = mBubbles.get(pos); in insertBubble() local521 String groupIdAtPos = bubbleAtPos.getGroupId(); in insertBubble()524 if (atStartOfGroup && newBubbleSortKey > sortKey(bubbleAtPos)) { in insertBubble()541 Bubble bubbleAtPos = mBubbles.get(i); in findFirstIndexForGroup() local542 if (bubbleAtPos.getGroupId().equals(appId)) { in findFirstIndexForGroup()