Home
last modified time | relevance | path

Searched refs:mNotifBindPipeline (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifBindPipelineInitializer.java28 NotifBindPipeline mNotifBindPipeline; field in NotifBindPipelineInitializer
35 mNotifBindPipeline = pipeline; in NotifBindPipelineInitializer()
45 mNotifBindPipeline.setStage(mRowContentBindStage); in initialize()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java64 private final NotifBindPipeline mNotifBindPipeline; field in NotificationRowBinderImpl
91 mNotifBindPipeline = notifBindPipeline; in NotificationRowBinderImpl()
185 mNotifBindPipeline.manageRow(entry, row); in bindRow()