Home | History | Annotate | Download | only in widget

Lines Matching refs:RadioButton

51  * @see RadioButton
129 if (child instanceof RadioButton) {
130 final RadioButton button = (RadioButton) child;
180 if (checkedView != null && checkedView instanceof RadioButton) {
181 ((RadioButton) checkedView).setChecked(checked);
375 if (parent == RadioGroup.this && child instanceof RadioButton) {
382 ((RadioButton) child).setOnCheckedChangeWidgetListener(
395 if (parent == RadioGroup.this && child instanceof RadioButton) {
396 ((RadioButton) child).setOnCheckedChangeWidgetListener(null);