Home | History | Annotate | Download | only in calendar

Lines Matching refs:controller

98      * One of the event types that are sent to or from the controller
285 CalendarController controller = null;
288 controller = weakController.get();
291 if (controller == null) {
292 controller = new CalendarController(context);
293 instances.put(context, new WeakReference(controller));
295 return controller;
303 * @param context The activity used to create the controller
684 * @return the time that this controller is currently pointed at
699 * Set the time this controller is currently pointed at