Home
last modified time | relevance | path

Searched refs:mShowAgendaWithMonth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java58 private final boolean mShowAgendaWithMonth; field in MonthByWeekAdapter
89 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month); in MonthByWeekAdapter()
290 if (mShowAgendaWithMonth || mIsMiniMonth) { in onDayTapped()
/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java108 private static boolean mShowAgendaWithMonth; field in AllInOneActivity
386 mShowAgendaWithMonth = Utils.getConfigBool(this, R.bool.show_agenda_with_month); in onCreate()
912 if (mShowAgendaWithMonth) { in setMainPane()
965 if (mShowAgendaWithMonth) { in setMainPane()