Searched refs:ChannelRow (Results 1 – 1 of 1) sorted by relevance
58 private val channelRows = mutableListOf<ChannelRow>() in <lambda>()120 val row = inflater.inflate(R.layout.notif_half_shelf_row, null) as ChannelRow in <lambda>()154 class ChannelRow(c: Context, attrs: AttributeSet) : LinearLayout(c, attrs) { class