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 76 import com.android.calendar.agenda.AgendaFragment;
478 case ViewType.AGENDA:
495 // Clear buttons used in the agenda view
596 } else if (mCurrentView == ViewType.AGENDA) {
685 if (viewType == ViewType.AGENDA && icicle != null) {
723 // or the view type is "Month" or "Agenda".
733 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;
223 searchEventInfo.viewType = ViewType.AGENDA;
CalendarController.java 132 * One of the Agenda/Day/Week/Month view types
137 final int AGENDA = 1;
453 if (event.viewType == ViewType.AGENDA || event.viewType == ViewType.DAY
    [all...]
Utils.java 220 // This is the "detail" view which is either agenda or day view
432 * Save default agenda/day/week/month view for next time
445 validDetailView = viewId == CalendarController.ViewType.AGENDA
    [all...]
DayView.java     [all...]

Completed in 48 milliseconds