Home
last modified time | relevance | path

Searched refs:prevBubble (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java431 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated() local
434 if (prevBubble == null) { in notificationEntryUpdated()
H A DBubbleStackView.java1643 Bubble prevBubble = i > 0 ? mBubbleData.getBubbles().get(i - 1) : null; in updateBubblesAcessibillityStates() local
1657 View prevBubbleIconView = prevBubble != null ? prevBubble.getIconView() : null; in updateBubblesAcessibillityStates()