Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java304 int minInsertPoint = 0; in doAdd() local
308 minInsertPoint = newGroup ? 0 : findFirstIndexForGroup(bubble.getGroupId()); in doAdd()
310 if (insertBubble(minInsertPoint, bubble) < mBubbles.size() - 1) { in doAdd()