Searched refs:suppressFlyout (Results 1 – 3 of 3) sorted by relevance
182 void notificationEntryUpdated(NotificationEntry entry, boolean suppressFlyout) { in notificationEntryUpdated() argument187 suppressFlyout = !entry.isVisuallyInterruptive || suppressFlyout; in notificationEntryUpdated()192 bubble.setSuppressFlyout(suppressFlyout); in notificationEntryUpdated()198 bubble.setSuppressFlyout(suppressFlyout); in notificationEntryUpdated()
281 void setSuppressFlyout(boolean suppressFlyout) { in setSuppressFlyout() argument282 mSuppressFlyout = suppressFlyout; in setSuppressFlyout()
513 void updateBubble(NotificationEntry notif, boolean suppressFlyout) { in updateBubble() argument518 mBubbleData.notificationEntryUpdated(notif, suppressFlyout); in updateBubble()