Home | History | Annotate | Download | only in calendar

Lines Matching full:controller

97      * One of the event types that are sent to or from the controller
284 CalendarController controller = instances.get(context);
285 if (controller == null) {
286 controller = new CalendarController(context);
287 instances.put(context, controller);
289 return controller;
297 * @param context The activity used to create the controller
678 * @return the time that this controller is currently pointed at
693 * Set the time this controller is currently pointed at