Searched refs:prevBubble (Results 1 – 2 of 2) sorted by relevance
456 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated() local460 bubble.getKey(), (prevBubble != null), suppressFlyout, showInShade, in notificationEntryUpdated()463 if (prevBubble == null) { in notificationEntryUpdated()
1831 Bubble prevBubble = i > 0 ? mBubbleData.getBubbles().get(i - 1) : null; in updateBubblesAcessibillityStates() local1845 View prevBubbleIconView = prevBubble != null ? prevBubble.getIconView() : null; in updateBubblesAcessibillityStates()