Home
last modified time | relevance | path

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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java77 private CheckBox r4CheckBox; field in XYRegionExampleActivity
133 r4CheckBox = (CheckBox) findViewById(R.id.r4CheckBox); in onCreate()
134 r4CheckBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()
137 onCheckBoxClicked(r4CheckBox, nickFormatter, homeRunRegionFormatter, homeRunRegion); in onCreate()
163 r4CheckBox.setEnabled(true); in onS2CheckBoxClicked()
167 r4CheckBox.setEnabled(false); in onS2CheckBoxClicked()