Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DRadioGroup1.java34 private TextView mChoice; field in RadioGroup1
56 mChoice = (TextView) findViewById(R.id.choice); in onCreate()
57 mChoice.setText(selection + mRadioGroup.getCheckedRadioButtonId()); in onCreate()
67 mChoice.setText(selection + in onCheckedChanged()