Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DSimpleCardView.java23 public class SimpleCardView extends BaseCardView<ChannelsRowItem> { class
25 public SimpleCardView(Context context) { in SimpleCardView() method in SimpleCardView
29 public SimpleCardView(Context context, AttributeSet attrs) { in SimpleCardView() method in SimpleCardView
33 public SimpleCardView(Context context, AttributeSet attrs, int defStyle) { in SimpleCardView() method in SimpleCardView
DChannelsRowAdapter.java105 SimpleCardView view = (SimpleCardView) viewHolder.itemView; in onBindViewHolder()