Searched refs:SimpleCardView (Results 1 – 2 of 2) sorted by relevance
23 public class SimpleCardView extends BaseCardView<ChannelsRowItem> { class25 public SimpleCardView(Context context) { in SimpleCardView() method in SimpleCardView29 public SimpleCardView(Context context, AttributeSet attrs) { in SimpleCardView() method in SimpleCardView33 public SimpleCardView(Context context, AttributeSet attrs, int defStyle) { in SimpleCardView() method in SimpleCardView
105 SimpleCardView view = (SimpleCardView) viewHolder.itemView; in onBindViewHolder()