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.java129 if (entry.rowExists()) { in inflateViews()
197 if (entry.rowExists()) { in onNotificationRankingUpdated()
209 if (entry.rowExists()) { in onNotificationRankingUpdated()
DNotificationEntry.java636 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.java305 if (entry.rowExists()) { in removeNotificationInternal()
336 if (entry != null && entry.rowExists() && entry.isSummaryWithChildren()) { in handleGroupSummaryRemoved()