Home | History | Annotate | Download | only in google_now

Lines Matching refs:Card

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.
168 * Iterates uncombined notifications in a combined card, determining for
170 * @param {CombinedCard} combinedCard The combined card in question.
189 * Refreshes (shows/hides) the notification corresponding to the combined card
190 * based on the current time and show-hide intervals in the combined card.
192 * of the card.
198 * called when each card is shown.
200 * this card. It's 'undefined' if the card's life is over.
222 // card to it if its priority is higher.
244 // Show/hide the winning card.
271 // If there are no more events, we are done with this card. Note that all
273 verify(!winningCard, 'No events left, but card is shown.');
280 * Removes dismissed part of a card and refreshes the card. Returns remaining
281 * dismissals for the combined card and updated notification data.
283 * of the card.
285 * for this card.
300 // Determine which parts of the combined card need to be dismissed or to be
301 // preserved. We dismiss parts that were visible at the moment when the card
325 * Removes card information from |notificationGroups|.
327 * of the card.
348 // Alarm to show the card.