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/
DMonthByWeekFragment.kt170 if (mHideDeclined || !mShowDetailsInMonth) { in updateWhere()
206 mShowDetailsInMonth = res.getBoolean(R.bool.show_details_in_month) in onAttach()
485 protected var mShowDetailsInMonth = false variable
DMonthWeekEventsView.kt211 if (!mShowDetailsInMonth) { in createDna()
277 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month) in initView()
316 if (!mShowDetailsInMonth) { in initView()
464 if (mShowDetailsInMonth) { in onDraw()
974 if (mShowDetailsInMonth && mEvents != null) { in onHoverEvent()
1054 private var mShowDetailsInMonth = false variable