OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cards
(Results
1 - 25
of
57
) sorted by null
1
2
3
/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/autofill/
autofill_browsertest.cc
151
void SetCards(std::vector<CreditCard>*
cards
) {
153
personal_data_manager()->SetCreditCards(
cards
);
158
std::vector<CreditCard>
cards
;
local
159
cards
.push_back(card);
160
SetCards(&
cards
);
377
std::vector<CreditCard>
cards
;
local
385
cards
.push_back(card1);
392
cards
.push_back(card2);
408
cards
.push_back(card3);
421
cards
.push_back(card4)
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc
398
const std::vector<CreditCard*>&
cards
= personal_data_->GetCreditCards();
local
399
for (std::vector<CreditCard*>::const_iterator iter =
cards
.begin();
400
iter !=
cards
.end(); ++iter) {
/external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc
266
// Add two test credit
cards
to the database.
297
// to the web database, and that we can load the credit
cards
from the web
301
// Verify that we've loaded the credit
cards
from the web database.
421
// Add two test credit
cards
to the database.
514
// to the web database, and that we can load the credit
cards
from the web
518
// Verify that we've loaded the credit
cards
from the web database.
751
const std::vector<CreditCard*>&
cards
= personal_data_->GetCreditCards();
local
752
ASSERT_EQ(0U,
cards
.size());
1440
const std::vector<CreditCard*>&
cards
= personal_data_->GetCreditCards();
local
[
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
/external/kernel-headers/original/linux/mmc/
host.h
104
struct list_head
cards
; /* devices attached to this host */
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
Completed in 619 milliseconds
1
2
3