Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DRecurrencePickerDialog.java341 private LinearLayout mMonthGroup; field in RecurrencePickerDialog
818 mMonthGroup = (LinearLayout) mView.findViewById(R.id.monthGroup); in onCreateView()
925mMonthGroup.setVisibility(mModel.freq == RecurrenceModel.FREQ_MONTHLY ? View.VISIBLE : View.GONE); in updateDialog()