Lines Matching refs:mResponseRadioGroup
380 private RadioGroup mResponseRadioGroup;
827 if (mResponseRadioGroup != null) {
828 mResponseRadioGroup.check(buttonToCheck);
916 mResponseRadioGroup = (RadioGroup) mView.findViewById(R.id.response_value);
1325 mResponseRadioGroup.getCheckedRadioButtonId());
1712 if (mResponseRadioGroup.getVisibility() == View.VISIBLE) {
1713 int id = mResponseRadioGroup.getCheckedRadioButtonId();
1716 text.add((((RadioButton) (mResponseRadioGroup.findViewById(id)))
2004 mResponseRadioGroup.check(buttonToCheck); // -1 clear all radio buttons
2005 mResponseRadioGroup.setOnCheckedChangeListener(this);
2097 mResponseRadioGroup.check(buttonId);