Home
last modified time | relevance | path

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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java76 private CheckBox r3CheckBox; field in XYRegionExampleActivity
125 r3CheckBox = (CheckBox) findViewById(R.id.r3CheckBox); in onCreate()
126 r3CheckBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()
129 onCheckBoxClicked(r3CheckBox, nickFormatter, warmupRegionFormatter, warmupRegion); in onCreate()
162 r3CheckBox.setEnabled(true); in onS2CheckBoxClicked()
166 r3CheckBox.setEnabled(false); in onS2CheckBoxClicked()