Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java308 minInsertPoint = newGroup ? 0 : findFirstIndexForGroup(bubble.getGroupId()); in doAdd()
315 mStateChange.orderChanged |= packGroup(findFirstIndexForGroup(bubble.getGroupId())); in doAdd()
539 private int findFirstIndexForGroup(String appId) { in findFirstIndexForGroup() method in BubbleData