xref: /aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/ExpandableViewBinder.kt
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package com.android.systemui.statusbar.notification.row.ui.viewbinder
2 
3 import com.android.systemui.statusbar.notification.row.ExpandableView
4 import com.android.systemui.statusbar.notification.row.ui.viewmodel.ExpandableViewModel as ViewModel
5 
6 object ExpandableViewBinder {
7     fun bind(viewModel: ViewModel, view: ExpandableView) {}
8 }
9 

闽ICP备2022004144号-1闽公网安备35021102001383号

OpenHarmony source code served by {OpenGrok Contact:jevonbin@qq.com