Searched refs:mOverflowBubbles (Results 1 – 2 of 2) sorted by relevance
121 private final List<Bubble> mOverflowBubbles; field in BubbleData159 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 …]
66 private List<Bubble> mOverflowBubbles = new ArrayList<>(); field in BubbleOverflowActivity137 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()