Home
last modified time | relevance | path

Searched refs:isRowRemoved (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java177 if (added.isRowRemoved()) { in onEntryAddedInternal()
196 + "existing removed: " + existing.isRowRemoved() in onEntryAddedInternal()
199 + " added removed" + added.isRowRemoved() in onEntryAddedInternal()
DNotificationGroupAlertTransferHelper.java292 || child.isRowRemoved() in handleSuppressedSummaryAlerted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java156 if (ent.isRowDismissed() || ent.isRowRemoved() in updateNotificationViews()
450 entry.getSbn()) && !entry.isRowRemoved(); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java622 public boolean isRowRemoved() { in isRowRemoved() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java339 if (!entry.isRowRemoved()) {