Home
last modified time | relevance | path

Searched refs:rowExists (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java136 if (entry.rowExists()) { in inflateViews()
207 if (entry.rowExists()) { in onNotificationRankingUpdated()
219 if (entry.rowExists()) { in onNotificationRankingUpdated()
DNotificationEntry.java552 public boolean rowExists() { in rowExists() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java254 if (entry != null && entry.rowExists()) { in closeRemoteInputs()
261 if (entry.rowExists()) { in closeRemoteInputs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java321 if (entry.rowExists()) { in removeNotificationInternal()
352 if (entry != null && entry.rowExists() && entry.isSummaryWithChildren()) { in handleGroupSummaryRemoved()