Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DRecurrencePickerDialog.java342 private RadioGroup mMonthRepeatByRadioGroup; field in RecurrencePickerDialog
819 mMonthRepeatByRadioGroup = (RadioGroup) mView.findViewById(R.id.monthGroup); in onCreateView()
820 mMonthRepeatByRadioGroup.setOnCheckedChangeListener(this); in onCreateView()
844 mMonthRepeatByRadioGroup.setEnabled(false); in togglePickerOptions()
860 mMonthRepeatByRadioGroup.setEnabled(true); in togglePickerOptions()
943 mMonthRepeatByRadioGroup.check(R.id.repeatMonthlyByNthDayOfMonth); in updateDialog()
945 mMonthRepeatByRadioGroup.check(R.id.repeatMonthlyByNthDayOfTheWeek); in updateDialog()