Home
last modified time | relevance | path

Searched refs:mShowEventDetailsWithAgenda (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaFragment.java63 private boolean mShowEventDetailsWithAgenda; field in AgendaFragment
126 mShowEventDetailsWithAgenda = in onCreate()
160 if (!mShowEventDetailsWithAgenda) { in onCreateView()
196 if (!mShowEventDetailsWithAgenda) { in onCreateView()
249 if (mShowEventDetailsWithAgenda) { in onSaveInstanceState()
330 mShowEventDetailsWithAgenda) ? true : false); in goTo()
397 if (mShowEventDetailsWithAgenda) { in showEventInfo()
DAgendaListView.java52 private boolean mShowEventDetailsWithAgenda; field in AgendaListView
102 mShowEventDetailsWithAgenda = Utils.getConfigBool(mContext, in initView()
183 !mShowEventDetailsWithAgenda)) { in onItemClick()
301 if (mShowEventDetailsWithAgenda) { in getFirstVisibleAgendaItem()
/packages/apps/Calendar/src/com/android/calendar/
DSearchActivity.java64 private boolean mShowEventDetailsWithAgenda; field in SearchActivity
113 mShowEventDetailsWithAgenda = in onCreate()
188 if (mShowEventDetailsWithAgenda) { in showEventInfo()
DAllInOneActivity.java109 private static boolean mShowEventDetailsWithAgenda; field in AllInOneActivity
389 mShowEventDetailsWithAgenda = in onCreate()
1155 if (mCurrentView == ViewType.AGENDA && mShowEventDetailsWithAgenda) { in handleEvent()