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