Searched defs:CardView (Results 1 – 2 of 2) sorted by relevance
47 public class CardView extends FrameLayout implements Comparable<CardView> { class99 public CardView(Context context, @CardType int cardType, PriorityChangedListener listener) { in CardView() method in CardView103 public CardView(Context context, AttributeSet attrs, @CardType int cardType, in CardView() method in CardView
43 public interface CardView<T> { interface in ItemListRowView