Searched refs:checkedRadioButtonId (Results 1 – 2 of 2) sorted by relevance
16 private int checkedRadioButtonId = -1; field in ShadowRadioGroup21 return checkedRadioButtonId; in getCheckedRadioButtonId()26 checkedRadioButtonId = id; in check()33 checkedRadioButtonId = -1; in clearCheck()39 onCheckedChangeListener.onCheckedChanged(realGroup, checkedRadioButtonId); in notifyListener()
20 public void checkedRadioButtonId() throws Exception { in checkedRadioButtonId() method in RadioGroupTest