HomeSort by relevance Sort by last modified time
    Searched refs:cards (Results 1 - 25 of 64) sorted by null

1 2 3

  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 175 Card_t *cards; // array of cards to draw
178 int cardCount; // number of cards in stack
182 int prefetchCardCount; // how many cards to keep in memory
185 float radius; // carousel radius. Cards will be centered on a circle with this radius
187 bool cardsFaceTangent; // whether cards are rotated to face along a tangent to the circle
188 float swaySensitivity; // how much to rotate cards in relation to the rotation velocity
196 int rowCount; // number of rows of cards in a given slot, default 1
197 float rowSpacing; // spacing between rows of cards
202 int fillDirection; // the order in which to lay out cards: +1 for CCW (default), -1 for C
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 34 * This application creates 2 stacks of playing cards. Using fling events,
35 * these cards can be flipped from one stack to another where each flip comes with
36 * an associated animation. The cards can be flipped horizontally from left to right
39 * This application demonstrates an animation where a stack of cards can either be
41 * Rotate out: Down fling on stack of cards
42 * Rotate in: Up fling on stack of cards
43 * Full rotation: Tap on stack of cards
46 * only one card can be flipped at a time. When the cards are in a rotated-out
47 * state, no new cards can be rotated to or from that stack. These changes were made to
246 ArrayList <CardView> cards = mStackCards.get(stack) local
277 ArrayList <CardView> cards = mStackCards.get(stack); local
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 9 * The Google Now event page gets Google Now cards from the server and shows
11 * The service performs periodic updating of Google Now cards.
12 * Each updating of the cards includes 4 steps:
14 * 2. Processing requests for cards dismissals that are not yet sent to the
17 * 4. Showing the received cards as notifications.
41 * Initial period for polling for Google Now Notifications cards to use when the
47 * Maximal period for polling for Google Now Notifications cards to use when the
53 * Initial period for retrying the server request for dismissing cards.
58 * Maximum period for retrying the server request for dismissing cards.
75 var UPDATE_CARDS_TASK_NAME = 'update-cards';
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 150 void SetCards(std::vector<CreditCard>* cards) {
152 personal_data_manager()->SetCreditCards(cards);
157 std::vector<CreditCard> cards; local
158 cards.push_back(card);
159 SetCards(&cards);
372 std::vector<CreditCard> cards; local
380 cards.push_back(card1);
387 cards.push_back(card2);
403 cards.push_back(card3);
416 cards.push_back(card4)
    [all...]
  /bionic/libc/kernel/common/linux/mmc/
host.h 109 struct list_head cards; member in struct:mmc_host
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host

Completed in 1507 milliseconds

1 2 3