Home | History | Annotate | Download | only in calendar

Lines Matching refs:handler

67     // to the handler will be findable
270 * This notifies the handler that the database has changed and it should
522 // Dispatch to event handler(s)
525 EventHandler handler = mFirstEventHandler.second;
526 if (handler != null && (handler.getSupportedEventTypes() & event.eventType) != 0
528 handler.handleEvent(event);
537 // If this was the 'first' handler it was already handled
619 * Adds or updates an event handler. This uses a LinkedHashMap so that we can
622 * @param key The view id or placeholder for this handler
649 // To avoid ConcurrencyException, stash away the event handler for now.
663 // To avoid ConcurrencyException, stash away the event handler for now.