Home
last modified time | relevance | path

Searched refs:inflateViews (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinder.java37 void inflateViews( in inflateViews() method
DNotificationRowBinderImpl.java127 public void inflateViews( in inflateViews() method in NotificationRowBinderImpl
264 row.inflateViews(); in updateNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java397 requireBinder().inflateViews(entry, () -> performRemoveNotification(notification, in addNotificationInternal()
439 requireBinder().inflateViews(entry, () -> performRemoveNotification(notification, in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java318 () -> row.inflateViews(), in generateRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java396 entry.getRow().inflateViews(); in alertNotificationWhenPossible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java454 public void inflateViews() { in inflateViews() method in ExpandableNotificationRow