Searched refs:prevBubble (Results 1 – 2 of 2) sorted by relevance
431 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated() local434 if (prevBubble == null) { in notificationEntryUpdated()
1643 Bubble prevBubble = i > 0 ? mBubbleData.getBubbles().get(i - 1) : null; in updateBubblesAcessibillityStates() local1657 View prevBubbleIconView = prevBubble != null ? prevBubble.getIconView() : null; in updateBubblesAcessibillityStates()