Home
last modified time | relevance | path

Searched refs:suppressFlyout (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java182 void notificationEntryUpdated(NotificationEntry entry, boolean suppressFlyout) { in notificationEntryUpdated() argument
187 suppressFlyout = !entry.isVisuallyInterruptive || suppressFlyout; in notificationEntryUpdated()
192 bubble.setSuppressFlyout(suppressFlyout); in notificationEntryUpdated()
198 bubble.setSuppressFlyout(suppressFlyout); in notificationEntryUpdated()
DBubble.java281 void setSuppressFlyout(boolean suppressFlyout) { in setSuppressFlyout() argument
282 mSuppressFlyout = suppressFlyout; in setSuppressFlyout()
DBubbleController.java513 void updateBubble(NotificationEntry notif, boolean suppressFlyout) { in updateBubble() argument
518 mBubbleData.notificationEntryUpdated(notif, suppressFlyout); in updateBubble()