Searched defs:mAgendaTab (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java147 private ActionBar.Tab mAgendaTab; field in class:AllInOneActivity
885 if (mActionBar != null && (mActionBar.getSelectedTab() != mAgendaTab)) {
886 mActionBar.selectTab(mAgendaTab);
1257 } else if (tab == mAgendaTab && mCurrentView != ViewType.AGENDA) {
1263 + " Week:" + mWeekTab + " Month:" + mMonthTab + " Agenda:" + mAgendaTab);
1303 " Agenda:" + mAgendaTab);

Completed in 34 milliseconds