Searched refs:bubbleToReturn (Results 1 – 1 of 1) sorted by relevance
417 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble() local419 if (bubbleToReturn == null) { in getOrCreateBubble()420 bubbleToReturn = getOverflowBubbleWithKey(key); in getOrCreateBubble()421 if (bubbleToReturn != null) { in getOrCreateBubble()423 mOverflowBubbles.remove(bubbleToReturn); in getOrCreateBubble()429 bubbleToReturn = mPendingBubbles.get(key); in getOrCreateBubble()432 bubbleToReturn = new Bubble(entry, mBubbleMetadataFlagListener, mCancelledListener, in getOrCreateBubble()436 bubbleToReturn = persistedBubble; in getOrCreateBubble()441 bubbleToReturn.setEntry(entry); in getOrCreateBubble()443 mPendingBubbles.put(key, bubbleToReturn); in getOrCreateBubble()[all …]