Home
last modified time | relevance | path

Searched refs:isRowDismissed (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java304 boolean entryDismissed = entry.isRowDismissed(); in removeNotificationInternal()
353 if (entry.notification.getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
DNotificationWakeUpCoordinator.kt362 if (entry.isRowDismissed) { in onHeadsUpStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java241 || alertEntry.mEntry.isRowDismissed(); in canRemoveImmediately()
DNotificationViewHierarchyManager.java149 if (ent.isRowDismissed() || ent.isRowRemoved() in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java242 return !mEntry.isRowDismissed() && !shouldSuppressNotification() in showInShadeWhenBubble()
DBubbleController.java564 boolean userRemovedNotif = (entry != null && entry.isRowDismissed() && !isAppCancel)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java305 || child.isRowDismissed()) { in handleSuppressedSummaryAlerted()
DNotificationIconAreaController.java259 if (entry.isRowDismissed() && hideDismissed) { in shouldShowNotificationIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java556 public boolean isRowDismissed() { in isRowDismissed() method in NotificationEntry