Home
last modified time | relevance | path

Searched defs:isBubble (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEntry.java109 public boolean isBubble() { in isBubble() method in BubbleEntry
DBubble.java780 public void setIsBubble(final boolean isBubble) { in setIsBubble()
784 public boolean isBubble() { in isBubble() method in Bubble
DBubbleController.java1049 private void setIsBubble(@NonNull final BubbleEntry entry, final boolean isBubble, in setIsBubble()
1059 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble() local
1065 private void setIsBubble(@NonNull final Bubble b, final boolean isBubble) { in setIsBubble()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java55 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java405 private boolean isBubble(int index) { in isBubble() method in NotificationListenerServiceTest
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl82 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java2001 public boolean isBubble() { in isBubble() method in NotificationListenerService.Ranking
2036 int rankingAdjustment, boolean isBubble) { in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java372 public boolean isBubble() { in isBubble() method in NotificationEntry
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1525 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged()