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

  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 79 import com.android.calendar.agenda.AgendaFragment;
504 case ViewType.AGENDA:
521 // Clear buttons used in the agenda view
735 // or the view type is "Month" or "Agenda".
745 mController.getViewType() == ViewType.AGENDA)) {
    [all...]
CalendarViewAdapter.java 52 // Agenda view: show day of the week + full date underneath
201 case ViewType.AGENDA:
232 case ViewType.AGENDA:
SearchActivity.java 47 import com.android.calendar.agenda.AgendaFragment;
220 searchEventInfo.viewType = ViewType.AGENDA;
CalendarController.java 139 * One of the Agenda/Day/Week/Month view types
144 final int AGENDA = 1;
427 if (event.viewType == ViewType.AGENDA || event.viewType == ViewType.DAY
    [all...]
Utils.java 135 // This is the "detail" view which is either agenda or day view
286 * Save default agenda/day/week/month view for next time
299 validDetailView = viewId == CalendarController.ViewType.AGENDA
    [all...]
DayView.java     [all...]

Completed in 28 milliseconds