Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java121 private final List<Bubble> mOverflowBubbles; field in BubbleData
159 mOverflowBubbles = new ArrayList<>(); in BubbleData()
161 mStateChange = new Update(mBubbles, mOverflowBubbles); in BubbleData()
239 mOverflowBubbles.remove(bubbleToReturn); in getOrCreateBubble()
490 mOverflowBubbles.remove(b); in doRemove()
534 mOverflowBubbles.add(0, bubble); in overflowBubble()
536 if (mOverflowBubbles.size() == mMaxOverflowBubbles + 1) { in overflowBubble()
538 Bubble oldest = mOverflowBubbles.get(mOverflowBubbles.size() - 1); in overflowBubble()
544 mOverflowBubbles.remove(oldest); in overflowBubble()
583 mStateChange = new Update(mBubbles, mOverflowBubbles); in dispatchPendingChanges()
[all …]
DBubbleOverflowActivity.java66 private List<Bubble> mOverflowBubbles = new ArrayList<>(); field in BubbleOverflowActivity
137 mAdapter = new BubbleOverflowAdapter(getApplicationContext(), mOverflowBubbles, in updateDimensions()
172 mOverflowBubbles.clear(); in onDataChanged()
173 mOverflowBubbles.addAll(bubbles); in onDataChanged()
176 if (mOverflowBubbles.isEmpty()) { in onDataChanged()
184 mOverflowBubbles, /*selected*/ null)); in onDataChanged()