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 71 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;