Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java106 private static boolean mShowDetailsInMonth; field in MonthWeekEventsView
281 if (!mShowDetailsInMonth) { in createDna()
350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); in initView()
389 if (!mShowDetailsInMonth) { in initView()
549 if (mShowDetailsInMonth) { in onDraw()
1074 if (mShowDetailsInMonth && mEvents != null) { in onHoverEvent()
DMonthByWeekFragment.java73 protected static boolean mShowDetailsInMonth = false; field in MonthByWeekFragment
213 if (mHideDeclined || !mShowDetailsInMonth) { in updateWhere()
250 mShowDetailsInMonth = res.getBoolean(R.bool.show_details_in_month); in onAttach()