Searched refs:notifLayoutInflaterFactoryProvider (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 106 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider, in NotificationContentInflater() argument 116 mNotifLayoutInflaterFactoryProvider = notifLayoutInflaterFactoryProvider; in NotificationContentInflater() 380 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider, in createRemoteViews() argument 428 setNotifsViewsInflaterFactory(result, row, notifLayoutInflaterFactoryProvider); in createRemoteViews() 441 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider) { in setNotifsViewsInflaterFactory() argument 443 notifLayoutInflaterFactoryProvider.provide(row, FLAG_CONTENT_VIEW_CONTRACTED)); in setNotifsViewsInflaterFactory() 445 notifLayoutInflaterFactoryProvider.provide(row, FLAG_CONTENT_VIEW_EXPANDED)); in setNotifsViewsInflaterFactory() 447 notifLayoutInflaterFactoryProvider.provide(row, FLAG_CONTENT_VIEW_HEADS_UP)); in setNotifsViewsInflaterFactory() 449 notifLayoutInflaterFactoryProvider.provide(row, FLAG_CONTENT_VIEW_PUBLIC)); in setNotifsViewsInflaterFactory() 1102 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider, [all …]
|
D | NotificationRowContentBinderImpl.kt | 91 private val notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl 143 notifLayoutInflaterFactoryProvider, in <lambda>() 177 notifLayoutInflaterFactoryProvider = notifLayoutInflaterFactoryProvider, in <lambda>() 363 private val notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask 432 notifLayoutInflaterFactoryProvider = notifLayoutInflaterFactoryProvider, in <lambda>() 643 notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>() 662 notifLayoutInflaterFactoryProvider = notifLayoutInflaterFactoryProvider, in <lambda>() 707 notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>() 777 .withLayoutInflaterFactory(row, notifLayoutInflaterFactoryProvider) in <lambda>()
|