Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorListView.kt89 if (child is ChannelRow) { in <lambda>()
105 val row = inflater.inflate(R.layout.notif_half_shelf_row, null) as ChannelRow in <lambda>()
135 class ChannelRow(c: Context, attrs: AttributeSet) : LinearLayout(c, attrs) { class