Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewBinderTest.kt28 import com.android.systemui.statusbar.notification.row.ui.viewbinder.SingleLineViewBinder
79 SingleLineViewBinder.bind(viewModel, viewHolder) in bindNonConversationSingleLineView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
DSingleLineViewBinder.kt22 object SingleLineViewBinder { object
DSingleLineConversationViewBinder.kt29 SingleLineViewBinder.bind(viewModel, view) in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java61 import com.android.systemui.statusbar.notification.row.ui.viewbinder.SingleLineViewBinder;
947 SingleLineViewBinder.bind(result.mInflatedSingleLineViewModel,
DNotificationRowContentBinderImpl.kt66 import com.android.systemui.statusbar.notification.row.ui.viewbinder.SingleLineViewBinder in <lambda>()
1445 SingleLineViewBinder.bind(viewModel, singleLineView) in <lambda>()