Searched refs:cards (Results 1 – 4 of 4) sorted by relevance
246 ArrayList <CardView> cards = mStackCards.get(stack); in rotateCards() local248 for (int i = 0; i < cards.size(); i++) { in rotateCards()249 CardView cardView = cards.get(i); in rotateCards()277 ArrayList <CardView> cards = mStackCards.get(stack); in rotateCardsFullRotation() local278 for (int i = 0; i < cards.size(); i++) { in rotateCardsFullRotation()279 CardView cardView = cards.get(i); in rotateCardsFullRotation()
263 private Card[] cloneCards(Collection<Card> cards) { in cloneCards() argument264 Card[] cardArray = new Card[cards.size()]; in cloneCards()266 for (Card c : cards) { in cloneCards()
7 This sample demonstrates how to implement a low-level NFC card reader, for reading cards
104 struct list_head cards; member