Home
last modified time | relevance | path

Searched refs:bubbleAtPos (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java520 Bubble bubbleAtPos = mBubbles.get(pos); in insertBubble() local
521 String groupIdAtPos = bubbleAtPos.getGroupId(); in insertBubble()
524 if (atStartOfGroup && newBubbleSortKey > sortKey(bubbleAtPos)) { in insertBubble()
541 Bubble bubbleAtPos = mBubbles.get(i); in findFirstIndexForGroup() local
542 if (bubbleAtPos.getGroupId().equals(appId)) { in findFirstIndexForGroup()