Home
last modified time | relevance | path

Searched refs:NotificationRowContentBinderImpl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImplTest.kt68 private lateinit var mNotificationInflater: NotificationRowContentBinderImpl in <lambda>()
112 NotificationRowContentBinderImpl( in <lambda>()
227 NotificationRowContentBinderImpl.InflationProgress( in <lambda>()
233 NotificationRowContentBinderImpl.applyRemoteView( in <lambda>()
261 object : NotificationRowContentBinderImpl.ApplyCallback() { in <lambda>()
287 NotificationRowContentBinderImpl.canReapplyRemoteView(mediaView, decoratedMediaView) in <lambda>()
464 return NotificationRowContentBinderImpl.isValidView(view, mRow.entry, mContext.resources) in <lambda>()
524 inflater: NotificationRowContentBinderImpl, in <lambda>()
533 inflater: NotificationRowContentBinderImpl, in <lambda>()
DNotificationTestHelper.java198 ? new NotificationRowContentBinderImpl( in NotificationTestHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowModule.java41 Provider<NotificationRowContentBinderImpl> refactoredImpl in provideNotificationRowContentBinder()
DNotificationRowContentBinderImpl.kt83 class NotificationRowContentBinderImpl in <lambda>() class