Searched refs:notificationEntryUpdated (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 243 mBubbleData.notificationEntryUpdated(mBubbleC1, /* suppressFlyout */ true, /* showInShade */ in ifSuppress_hideFlyout() 258 mBubbleData.notificationEntryUpdated(mBubbleInterruptive, in ifInterruptiveAndNotSuppressed_thenShowFlyout() 273 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout() 277 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout() 292 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() 299 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() 332 mBubbleData.notificationEntryUpdated(bubbleA1, false /* suppressFlyout*/, in testOverflow_add_stackAtMaxBubbles_overflowsOldest() 1106 mBubbleData.notificationEntryUpdated(mAppBubble, true /* suppressFlyout*/, in test_removeAppBubble_skipsOverflow() 1256 mBubbleData.notificationEntryUpdated(b, false /* suppressFlyout*/, in sendUpdatedEntryAtTime()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 426 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() method in BubbleData
|
H A D | BubbleController.java | 1435 bubble.inflate(b -> mBubbleData.notificationEntryUpdated(b, suppressFlyout, showInShade), in inflateAndAdd()
|