Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java128 if (entry.rowExists()) { in inflateViews()
189 if (entry.rowExists()) { in onNotificationRankingUpdated()
200 if (entry.rowExists()) { in onNotificationRankingUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java261 if (entry != null && entry.rowExists()) { in closeRemoteInputs()
268 if (entry.rowExists()) { in closeRemoteInputs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java488 if (entry.rowExists()) { in removeNotificationInternal()
526 if (entry != null && entry.rowExists() && entry.isSummaryWithChildren()) { in handleGroupSummaryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java614 public boolean rowExists() { in rowExists() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6574 if (entry.rowExists() && !entry.getSbn().isClearable()) {