HomeSort by relevance Sort by last modified time
    Searched refs:GO_TO (Results 1 - 12 of 12) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 298 mController.sendEvent(this, EventType.GO_TO, time, time, -1, ViewType.CURRENT);
689 mController.sendEvent(this, EventType.GO_TO, t, null,
692 mController.sendEvent(this, EventType.GO_TO, t, null, -1, viewType);
699 mController.sendEvent(this, EventType.GO_TO, null, null, -1, mPreviousView);
    [all...]
DayFragment.java 262 return EventType.GO_TO | EventType.EVENTS_CHANGED;
266 if (msg.eventType == EventType.GO_TO) {
SearchActivity.java 282 mController.sendEvent(this, EventType.GO_TO, t, null, -1, ViewType.CURRENT);
CalendarController.java 114 final long GO_TO = 1L << 5;
161 // - local time for GO_TO commands
184 * For EventType.GO_TO:
258 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
    [all...]
DayView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 359 return EventType.GO_TO | EventType.EVENTS_CHANGED | ((mUsedForSearch)?EventType.SEARCH:0);
366 if (event.eventType == EventType.GO_TO) {
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 293 mController.sendEvent(mContext, EventType.GO_TO, day, day, -1,
297 mController.sendEvent(mContext, EventType.GO_TO, day, day, -1,
MonthByWeekFragment.java 422 return EventType.GO_TO | EventType.EVENTS_CHANGED;
427 if (event.eventType == EventType.GO_TO) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 140 milliseconds