Home
last modified time | relevance | path

Searched refs:setFlagBubble (Results 1 – 5 of 5) 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() method in BubbleEntry
H A DBubbleController.java1387 notif.setFlagBubble(false); in updateBubble()
1537 entry.setFlagBubble(true); in onRankingUpdated()
1581 entry.setFlagBubble(isBubble); in setIsBubble()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java436 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() method in NotificationEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java573 entry.setFlagBubble(shouldBubble);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1990 workEntry.setFlagBubble(true); in createBubble()