Searched refs:mShowDetailsInMonth (Results 1 – 2 of 2) sorted by relevance
106 private static boolean mShowDetailsInMonth; field in MonthWeekEventsView281 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()
73 protected static boolean mShowDetailsInMonth = false; field in MonthByWeekFragment213 if (mHideDeclined || !mShowDetailsInMonth) { in updateWhere()250 mShowDetailsInMonth = res.getBoolean(R.bool.show_details_in_month); in onAttach()