Searched refs:CardView (Results 1 – 5 of 5) sorted by relevance
69 List<ArrayList<CardView>> mStackCards;78 mStackCards = new ArrayList<ArrayList<CardView>>(); in onCreate()79 mStackCards.add(new ArrayList<CardView>()); in onCreate()80 mStackCards.add(new ArrayList<CardView>()); in onCreate()117 CardView view = new CardView(this); in addNewCard()141 rotateCardsFullRotation(stack, CardView.Corner.BOTTOM_LEFT);149 ArrayList<CardView> cardStack = mStackCards.get(stack);170 public void rotateCardView(final CardView cardView, int stack, float velocityX, in rotateCardView()177 ArrayList<CardView>leftStack = mStackCards.get(LEFT_STACK); in rotateCardView()178 ArrayList<CardView>rightStack = mStackCards.get(RIGHT_STACK); in rotateCardView()[all …]
48 public class CardView extends ImageView { class75 public CardView(Context context) { in CardView() method in CardView80 public CardView(Context context, AttributeSet attrs) { in CardView() method in CardView
2 page.tags="CardView Sample"8 This sample demonstrates how to use CardView introduced in the support library in
21 import android.support.v7.widget.CardView;37 CardView mCardView;82 mCardView = (CardView) view.findViewById(R.id.cardview); in onViewCreated()
341 developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAM…