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

  /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:
13 * 1. Processing requests for cards dismissals that are not yet sent to the
16 * 3. Showing the received cards as notifications.
37 * Initial period for polling for Google Now Notifications cards to use when the
43 * Mininal period for polling for Google Now Notifications cards.
48 * Maximal period for polling for Google Now Notifications cards to use when the
67 * Initial period for retrying the server request for dismissing cards.
72 * Maximum period for retrying the server request for dismissing cards
    [all...]
cards.js 193 * @param {CombinedCard} combinedCard Combined cards with
335 for (var i = 0; i != group.cards.length; ++i) {
336 if (group.cards[i].chromeNotificationId == chromeNotificationId) {
337 group.cards.splice(i, 1);
  /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...]
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 104 struct list_head cards; member in struct:mmc_host
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 149 void SetCards(std::vector<CreditCard>* cards) {
151 personal_data_manager()->SetCreditCards(cards);
156 std::vector<CreditCard> cards; local
157 cards.push_back(card);
158 SetCards(&cards);
389 std::vector<CreditCard> cards; local
397 cards.push_back(card1);
404 cards.push_back(card2);
420 cards.push_back(card3);
433 cards.push_back(card4)
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 33 * A Fragment that handles a stream of cards.
34 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
45 // Set the listener to handle dismissed cards by moving them to the hidden cards map.
228 // restore hidden cards
237 //restore shown cards
263 private Card[] cloneCards(Collection<Card> cards) {
264 Card[] cardArray = new Card[cards.size()];
266 for (Card c : cards) {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 33 * A Fragment that handles a stream of cards.
34 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
45 // Set the listener to handle dismissed cards by moving them to the hidden cards map.
228 // restore hidden cards
237 //restore shown cards
263 private Card[] cloneCards(Collection<Card> cards) {
264 Card[] cardArray = new Card[cards.size()];
266 for (Card c : cards) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 403 List<CreditCard> cards = new ArrayList<CreditCard>(count); local
405 cards.add(nativeGetCreditCardByIndex(mPersonalDataManagerAndroid, i));
407 return cards;
  /external/chromium_org/media/midi/
midi_manager_alsa.cc 134 ScopedVector<CardInfo> cards; local
185 cards.push_back(new CardInfo(name, manufacturer, driver));
213 // cards in the same order.
215 (current_card < cards.size())) {
216 const CardInfo* info = cards[current_card];
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 72 // cards that are added to the SQLite DB within the same second will be returned
263 // Add two test credit cards to the database.
272 std::vector<CreditCard*> cards; local
273 cards.push_back(&credit_card0);
274 cards.push_back(&credit_card1);
275 ExpectSameElements(cards, personal_data_->GetCreditCards());
288 cards.clear();
289 cards.push_back(&credit_card0);
290 cards.push_back(&credit_card2);
291 ExpectSameElements(cards, personal_data_->GetCreditCards())
427 std::vector<CreditCard*> cards; local
748 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
953 std::vector<CreditCard*> cards; local
1440 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
1561 std::vector<CreditCard*> cards; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
array-of.js 125 var pack = Pack.of("wolves", "cards", "cigarettes", "lies");
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 445 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
446 for (std::vector<CreditCard*>::const_iterator iter = cards.begin();
447 iter != cards.end(); ++iter) {
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 476 // Add two profiles and two credit cards to the database. In each pair, one
498 std::vector<autofill::CreditCard> cards; local
504 cards.push_back(card);
508 cards.push_back(card);
510 personal_data_manager_->SetCreditCards(&cards);
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.js 150 * @param {!Array} entries The list of credit cards.
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 127 // This string is stored along with saved addresses and credit cards in the
856 // Wallet generates MC virtual cards, so we have to disable it if MC is not
3067 const std::vector<CreditCard*>& cards = manager->GetCreditCards(); local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /external/bison/doc/
refcard.tex 9 % For printing reference cards to use in books, specify one column

Completed in 1162 milliseconds