Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java301 private RadioGroup mResponseRadioGroup; field in EventInfoFragment
475 mResponseRadioGroup = (RadioGroup) mView.findViewById(R.id.response_value); in onCreateView()
752 if (mResponseRadioGroup.getVisibility() == View.VISIBLE) { in sendAccessibilityEvent()
753 int id = mResponseRadioGroup.getCheckedRadioButtonId(); in sendAccessibilityEvent()
756 text.add((((RadioButton) (mResponseRadioGroup.findViewById(id))) in sendAccessibilityEvent()
838 mResponseRadioGroup.check(buttonId); in onResume()