Searched refs:notificationEntryUpdated (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 209 mBubbleData.notificationEntryUpdated(mBubbleC1, /* suppressFlyout */ true, /* showInShade */ in ifSuppress_hideFlyout() 224 mBubbleData.notificationEntryUpdated(mBubbleInterruptive, in ifInterruptiveAndNotSuppressed_thenShowFlyout() 239 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout() 243 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout() 258 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() 265 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() 298 mBubbleData.notificationEntryUpdated(bubbleA1, false /* suppressFlyout*/, in testOverflow_add_stackAtMaxBubbles_overflowsOldest() 1059 mBubbleData.notificationEntryUpdated(b, false /* suppressFlyout*/, in sendUpdatedEntryAtTime()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 320 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() method in BubbleData
|
H A D | BubbleController.java | 958 bubble.inflate(b -> mBubbleData.notificationEntryUpdated(b, suppressFlyout, showInShade), in inflateAndAdd()
|