Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java456 Bubble prevBubble = getBubbleInStackWithKey(bubble.getKey()); in notificationEntryUpdated() local
460 bubble.getKey(), (prevBubble != null), suppressFlyout, showInShade, in notificationEntryUpdated()
463 if (prevBubble == null) { in notificationEntryUpdated()
DBubbleStackView.java1831 Bubble prevBubble = i > 0 ? mBubbleData.getBubbles().get(i - 1) : null; in updateBubblesAcessibillityStates() local
1845 View prevBubbleIconView = prevBubble != null ? prevBubble.getIconView() : null; in updateBubblesAcessibillityStates()