Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java248 || alertEntry.mEntry.isRowDismissed(); in canRemoveImmediately()
H A DNotificationViewHierarchyManager.java340 if (ent.isRowDismissed() || ent.isRowRemoved() in shouldSuppressActiveNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt398 if (entry.isRowDismissed) {
H A DNotificationEntryManager.java496 boolean entryDismissed = entry.isRowDismissed(); in removeNotificationInternal()
575 if (entry.getSbn().getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelper.java475 || toEntry.isRowDismissed()) { in tryTransferAlertState()
H A DNotificationIconAreaController.java311 if (entry.isRowDismissed() && hideDismissed) { in shouldShowNotificationIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java608 public boolean isRowDismissed() { in isRowDismissed() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java451 (entry != null && entry.isRowDismissed() && !isAppCancel) in setupNEM()