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

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamState.java 25 protected Card[] visibleCards;
26 protected Card[] hiddenCards;
30 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) {
CardStreamFragment.java 34 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
41 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
42 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
67 * Add a visible, dismissible card to the card stream.
69 * @param card
71 public void addCard(Card card) {
102 Card card = mVisibleCards.get(tag); local
133 final Card card = mHiddenCards.get(tag); local
154 final Card card = mVisibleCards.get(tag); local
168 final Card card = mVisibleCards.get(tag); local
198 final Card card = mVisibleCards.get(tag); local
213 final Card card = mVisibleCards.get(tag); local
230 Card card = new Card.Builder(callback,c).build(getActivity()); local
231 mHiddenCards.put(card.getTag(), card); local
239 Card card = new Card.Builder(callback,c).build(getActivity()); local
    [all...]
Card.java 36 * A Card contains a description and has a visual state. Optionally a card also contains a title,
39 public class Card {
53 // The card model contains a reference to its desired layout (for extensibility), title,
55 private int mLayoutId = R.layout.card;
58 * Tag that uniquely identifies this card.
83 * Represent actions that can be taken from the card. Stylistically the developer can
86 * @see com.example.android.sensors.batchstepsensor.Card.CardAction
92 * from its "parent" card. To push for simplicity in samples, Cards are designed to have
93 * a maximum of one progress indicator per Card
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamState.java 28 protected Card[] visibleCards;
29 protected Card[] hiddenCards;
33 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) {
CardStreamFragment.java 37 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
44 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
45 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
70 * Add a visible, dismissible card to the card stream.
72 * @param card
74 public void addCard(Card card) {
105 Card card = mVisibleCards.get(tag); local
136 final Card card = mHiddenCards.get(tag); local
157 final Card card = mVisibleCards.get(tag); local
171 final Card card = mVisibleCards.get(tag); local
201 final Card card = mVisibleCards.get(tag); local
216 final Card card = mVisibleCards.get(tag); local
233 Card card = new Card.Builder(callback,c).build(getActivity()); local
234 mHiddenCards.put(card.getTag(), card); local
242 Card card = new Card.Builder(callback,c).build(getActivity()); local
    [all...]
Card.java 39 * A Card contains a description and has a visual state. Optionally a card also contains a title,
42 public class Card {
56 // The card model contains a reference to its desired layout (for extensibility), title,
58 private int mLayoutId = R.layout.card;
61 * Tag that uniquely identifies this card.
86 * Represent actions that can be taken from the card. Stylistically the developer can
89 * @see com.example.android.sensors.batchstepsensor.Card.CardAction
95 * from its "parent" card. To push for simplicity in samples, Cards are designed to have
96 * a maximum of one progress indicator per Card
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 29 import com.example.android.batchstepsensor.cardstream.Card;
40 // Card tags
56 // Action from COUNTING card
82 // Number of events to keep in queue and display on card
112 // Prepare all cards and show the intro card.
115 // Show the registration card if the hardware is supported, show an error otherwise
156 * Handles a click on a card action.
160 * Actions are defined when a card is created.
170 // Register Step Counter card
181 // Register Step Detector card
    [all...]
  /developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 29 import com.example.android.batchstepsensor.cardstream.Card;
40 // Card tags
56 // Action from COUNTING card
82 // Number of events to keep in queue and display on card
112 // Prepare all cards and show the intro card.
115 // Show the registration card if the hardware is supported, show an error otherwise
156 * Handles a click on a card action.
160 * Actions are defined when a card is created.
170 // Register Step Counter card
181 // Register Step Detector card
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
BatchStepSensorFragment.java 29 import com.example.android.batchstepsensor.cardstream.Card;
40 // Card tags
56 // Action from COUNTING card
82 // Number of events to keep in queue and display on card
112 // Prepare all cards and show the intro card.
115 // Show the registration card if the hardware is supported, show an error otherwise
156 * Handles a click on a card action.
160 * Actions are defined when a card is created.
170 // Register Step Counter card
181 // Register Step Detector card
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 37 0112 Card Reader
238 1024 Smart Card Keyboard
267 1524 Smart Card Keyboard - KR
274 1624 Smart Card Keyboard - JP
381 3102 PhotoSmart P1100 Printer w/ Card Reader
660 5635 M5635 Flash Card Reader
995 6543 Manhattan Magnetic Card Strip Reader
999 6205 USB 2.0 Card Reader
1101 0961 AVL Flash Card Reader
1102 3810 Smart Card Controlle
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 79 VALUE MS-Acct-EAP-Type Generic-Token-Card 6
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 92 const ScopedJavaLocalRef<jobject> card(
93 FETCH_JFIELD(env, wallet, ResultWallet, Card));
96 FETCH_JFIELD(env, card.obj(), ResultCard, ExpirationMonth);
98 FETCH_JFIELD(env, card.obj(), ResultCard, ExpirationYear);
100 FETCH_JSTRING(UTF8, env, card.obj(), ResultCard, Pan);
102 FETCH_JSTRING(UTF8, env, card.obj(), ResultCard, Cvn);
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 8 * Show/hide trigger in a card.
26 * Data to build a dismissal request for a card from a specific group.
83 * Card combined from potentially multiple groups.
107 var UPDATE_CARD_TASK_NAME = 'update-card';
110 * Builds an object to manage notification card set.
111 * @return {Object} Card set interface.
114 var alarmPrefix = 'card-';
119 * of the card.
121 * card represented as a set of parameters for showing a Chrome
124 * called when each card is shown
    [all...]
background.js 106 var DISMISS_CARD_TASK_NAME = 'dismiss-card';
172 // If a card update is requested while an old update is still scheduled, we
278 * @param {number|undefined} cardTypeId Card type ID.
283 'GoogleNow.Card.Clicked', cardTypeId);
289 * @param {number|undefined} cardTypeId Card type ID.
295 'GoogleNow.Card.Button.Clicked' + buttonIndex, cardTypeId);
348 * called when each card is shown.
386 * Removes all cards and card state on Google Now close down.
404 * Adds a card group into a set of combined cards.
406 * chromeNotificationId to a combined card
    [all...]
utility.js 67 * Explanation Card Storage.
73 * Location Card Count Cleanup.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 789 ULONGLONG Card:1;
813 USHORT Card;
  /frameworks/base/docs/html/training/
training_toc.cs 456 Displaying Card Flip Animations
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 445 <li><a href="<?cs var:toroot ?>guide/topics/connectivity/nfc/hce.html">Host-based Card Emulation</a></li>
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]

Completed in 1224 milliseconds