Home | History | Annotate | Download | only in calendar

Lines Matching defs:handler

68     // to the handler will be findable
271 * This notifies the handler that the database has changed and it should
528 // Dispatch to event handler(s)
531 EventHandler handler = mFirstEventHandler.second;
532 if (handler != null && (handler.getSupportedEventTypes() & event.eventType) != 0
534 handler.handleEvent(event);
543 // If this was the 'first' handler it was already handled
625 * Adds or updates an event handler. This uses a LinkedHashMap so that we can
628 * @param key The view id or placeholder for this handler
655 // To avoid ConcurrencyException, stash away the event handler for now.
669 // To avoid ConcurrencyException, stash away the event handler for now.