Home
last modified time | relevance | path

Searched refs:shouldBubble (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEntry.java98 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument
100 if (!shouldBubble) { in setFlagBubble()
H A DBubbleController.java1477 boolean shouldBubble = shouldBubbleUp && canLaunchInTaskView(mContext, entry); in onEntryUpdated()
1478 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()
1481 } else if (shouldBubble && entry.isBubble()) { in onEntryUpdated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java565 public void onUserChangedBubble(@NonNull final NotificationEntry entry, boolean shouldBubble) {
573 entry.setFlagBubble(shouldBubble);
579 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
586 channel.setAllowBubbles(shouldBubble);
589 if (shouldBubble && currentPref == BUBBLE_PREFERENCE_NONE) {
597 if (shouldBubble) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java436 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument
438 if (!shouldBubble) { in setFlagBubble()