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

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java63 private boolean mShowEventDetailsWithAgenda; field in class:AgendaFragment
126 mShowEventDetailsWithAgenda =
160 if (!mShowEventDetailsWithAgenda) {
196 if (!mShowEventDetailsWithAgenda) {
249 if (mShowEventDetailsWithAgenda) {
330 mShowEventDetailsWithAgenda) ? true : false);
397 if (mShowEventDetailsWithAgenda) {
H A DAgendaListView.java52 private boolean mShowEventDetailsWithAgenda; field in class:AgendaListView
102 mShowEventDetailsWithAgenda = Utils.getConfigBool(mContext,
183 !mShowEventDetailsWithAgenda)) {
298 // mShowEventDetailsWithAgenda == true implies we have a sticky header. In that case
301 if (mShowEventDetailsWithAgenda) {
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java64 private boolean mShowEventDetailsWithAgenda; field in class:SearchActivity
113 mShowEventDetailsWithAgenda =
188 if (mShowEventDetailsWithAgenda) {
H A DAllInOneActivity.java109 private static boolean mShowEventDetailsWithAgenda; field in class:AllInOneActivity
389 mShowEventDetailsWithAgenda =
1155 if (mCurrentView == ViewType.AGENDA && mShowEventDetailsWithAgenda) {

Completed in 64 milliseconds