Home
last modified time | relevance | path

Searched refs:showInShade (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java585 b.setShowDot(b.showInShade()); in onZenStateChanged()
914 userBubbleData.add(bubble.getKey(), bubble.showInShade()); in saveBubbles()
1389 updateNotNotifyingEntry(b, notif, showInShade); in updateBubble()
1394 updateNotNotifyingEntry(b, notif, showInShade); in updateBubble()
1400 updateNotNotifyingEntry(b, notif, showInShade); in updateBubble()
1412 inflateAndAdd(bubble, suppressFlyout, showInShade); in updateBubble()
1418 boolean showInShadeBefore = b.showInShade(); in updateNotNotifyingEntry()
1422 boolean suppress = isBubbleExpandedAndSelected || !showInShade || !b.showInShade(); in updateNotNotifyingEntry()
1425 if (showInShadeBefore != b.showInShade()) { in updateNotNotifyingEntry()
1774 && (!bubble.showInShade()
[all …]
H A DBubbleDebugConfig.java91 (bubble.showInShade() ? 1 : 0), in formatBubblesString()
H A DBubbleLogger.java155 bubble.showInShade() /* isUnread */, in logBubbleUiChanged()
H A DBubble.java698 boolean showInShade() { in showInShade() method in Bubble
736 boolean prevShowInShade = showInShade(); in setSuppressNotification()
743 if (showInShade() != prevShowInShade && mBubbleMetadataFlagListener != null) { in setSuppressNotification()
968 pw.print(" showInShade: "); pw.println(showInShade()); in dump()
H A DBubbleData.java426 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() argument
456 boolean suppress = isBubbleExpandedAndSelected || !showInShade || !bubble.showInShade(); in notificationEntryUpdated()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleTest.java152 assertThat(mBubble.showInShade()).isTrue(); in testBubbleMetadataFlagListener_change_notified()
156 assertThat(mBubble.showInShade()).isFalse(); in testBubbleMetadataFlagListener_change_notified()
163 assertThat(mBubble.showInShade()).isTrue(); in testBubbleMetadataFlagListener_noChange_doesntNotify()