Searched refs:bubbleToReturn (Results 1 – 1 of 1) sorted by relevance
394 Bubble bubbleToReturn = getBubbleInStackWithKey(key); in getOrCreateBubble() local396 if (bubbleToReturn == null) { in getOrCreateBubble()397 bubbleToReturn = getOverflowBubbleWithKey(key); in getOrCreateBubble()398 if (bubbleToReturn != null) { in getOrCreateBubble()400 mOverflowBubbles.remove(bubbleToReturn); in getOrCreateBubble()403 bubbleToReturn = mPendingBubbles.get(key); in getOrCreateBubble()406 bubbleToReturn = new Bubble(entry, mBubbleMetadataFlagListener, mCancelledListener, in getOrCreateBubble()410 bubbleToReturn = persistedBubble; in getOrCreateBubble()415 bubbleToReturn.setEntry(entry); in getOrCreateBubble()417 mPendingBubbles.put(key, bubbleToReturn); in getOrCreateBubble()[all …]