Home
last modified time | relevance | path

Searched defs:showInShade (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1376 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble()
1417 void updateNotNotifyingEntry(Bubble b, BubbleEntry entry, boolean showInShade) { in updateNotNotifyingEntry()
1431 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd()
H A DBubble.java698 boolean showInShade() { in showInShade() method in Bubble
H A DBubbleData.java426 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated()