Home
last modified time | relevance | path

Searched refs:CardView (Results 1 – 7 of 7) sorted by relevance

/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardFlip.java69 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 …]
DCardView.java48 public class CardView extends ImageView { class
75 public CardView(Context context) { in CardView() method in CardView
80 public CardView(Context context, AttributeSet attrs) { in CardView() method in CardView
/development/samples/browseable/CardView/
D_index.jd2 page.tags="CardView Sample"
8 This sample demonstrates how to use CardView introduced in the support library for the
/development/samples/browseable/CardView/src/com.example.android.cardview/
DCardViewFragment.java21 import android.support.v7.widget.CardView;
37 CardView mCardView;
82 mCardView = (CardView) view.findViewById(R.id.cardview); in onViewCreated()
/development/samples/Support7Demos/src/com/example/android/supportv7/view/
DCardViewActivity.java22 import android.support.v7.widget.CardView;
33 CardView mCardView;
112 mCardView = (CardView) findViewById(R.id.card_view); in onCreate()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/touch/
DItemTouchHelperActivity.java27 import android.support.v7.widget.CardView;
233 public final CardView cardView;
239 cardView = (CardView) itemView;
/development/build/
Dsdk.atree330 developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAM…