Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEntry.java98 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument
100 if (!shouldBubble) { in setFlagBubble()
DBubbleController.java1715 boolean shouldBubble = shouldBubbleUp && canLaunchInTaskView(mContext, entry); in onEntryUpdated()
1716 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()
1719 } else if (shouldBubble && entry.isBubble()) { in onEntryUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java625 public void onUserChangedBubble(@NonNull final NotificationEntry entry, boolean shouldBubble) {
633 entry.setFlagBubble(shouldBubble);
639 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
646 channel.setAllowBubbles(shouldBubble);
649 if (shouldBubble && currentPref == BUBBLE_PREFERENCE_NONE) {
657 if (shouldBubble) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java454 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument
456 if (!shouldBubble) { in setFlagBubble()