Home
last modified time | relevance | path

Searched refs:hasOverflowBubbleWithKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java227 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key); in hasAnyBubbleWithKey()
234 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData
537 if (hasOverflowBubbleWithKey(key) in doRemove()
H A DBubbleController.java856 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubble()
944 && mBubbleData.hasOverflowBubbleWithKey(notif.getKey())) { in updateBubble()
1143 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
H A DBubbleStackView.java1582 if (mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())) { in removeBubble()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java384 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()
407 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()
H A DBubblesTest.java1108 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in test_notVisuallyInterruptive_updateOverflowBubble_notAdded()