Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java240 mStateChange.orderChanged |= packGroup(findFirstIndexForGroup(bubble.getGroupId())); in doAdd()
269 packGroup(newPos); in doUpdate()
399 packGroup(0); in setExpandedInternal()
468 private boolean packGroup(int position) { in packGroup() method in BubbleData