Home
last modified time | relevance | path

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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java75 private CheckBox r2CheckBox; field in XYRegionExampleActivity
117 r2CheckBox = (CheckBox) findViewById(R.id.r2CheckBox); in onCreate()
118 r2CheckBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()
121 onCheckBoxClicked(r2CheckBox, timFormatter, shortRegionFormatter, shortRegion); in onCreate()
151 r2CheckBox.setEnabled(true); in onS1CheckBoxClicked()
154 r2CheckBox.setEnabled(false); in onS1CheckBoxClicked()