Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCheckBoxTest.java15 CheckBox checkBox = new CheckBox(ApplicationProvider.getApplicationContext()); in testWorks() local
16 assertThat(checkBox.isChecked()).isFalse(); in testWorks()
18 checkBox.setChecked(true); in testWorks()
19 assertThat(checkBox.isChecked()).isTrue(); in testWorks()
21 checkBox.toggle(); in testWorks()
22 assertThat(checkBox.isChecked()).isFalse(); in testWorks()
24 checkBox.performClick(); // Used to support performClick(), but Android doesn't. Sigh. in testWorks()
/external/autotest/frontend/client/src/autotest/common/table/
DCheckboxFilter.java12 private CheckBox checkBox = new CheckBox(); field in CheckboxFilter
16 checkBox.addClickHandler(this); in CheckboxFilter()
25 return checkBox; in getWidget()
30 return checkBox.getValue(); in isActive()
34 checkBox.setValue(active); in setActive()
DSelectionManager.java180 CheckBox checkBox = new CheckBox(); in createWidget() local
182 checkBox.setValue(true); in createWidget()
184 return new TableClickWidget(checkBox, this, row, cell); in createWidget()
/external/autotest/frontend/client/src/autotest/afe/
DCheckBoxPanel.java22 public void add(ICheckBox checkBox) { in add() argument
23 checkBoxes.add(checkBox); in add()
28 for(ICheckBox checkBox : checkBoxes) { in getChecked()
29 if (checkBox.getValue()) { in getChecked()
30 result.add(checkBox); in getChecked()
/external/proguard/src/proguard/gui/
DFilterBuilder.java82 JCheckBox checkBox = checkBoxes[index]; in buildFilter() local
83 String name = checkBox.getText(); in buildFilter()
87 if (checkBox.isSelected()) in buildFilter()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...