Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DRadioChooser.java13 private List<IRadioButton> radioButtons = new ArrayList<IRadioButton>(); field in RadioChooser
29 if (radioButtons.isEmpty()) { in addChoice()
34 radioButtons.add(button); in addChoice()
38 for (IRadioButton button : radioButtons) { in getSelectedChoice()
61 for (IRadioButton button : radioButtons) { in findButtonForChoice()
/external/proguard/src/proguard/gui/
DMemberSpecificationDialog.java455 JRadioButton[] radioButtons) in setMemberSpecificationRadioButtons() argument
457 if (radioButtons != null) in setMemberSpecificationRadioButtons()
462 radioButtons[index].setSelected(true); in setMemberSpecificationRadioButtons()
473 JRadioButton[] radioButtons) in getMemberSpecificationRadioButtons() argument
475 if (radioButtons != null) in getMemberSpecificationRadioButtons()
477 if (radioButtons[0].isSelected()) in getMemberSpecificationRadioButtons()
481 else if (radioButtons[1].isSelected()) in getMemberSpecificationRadioButtons()
DClassSpecificationDialog.java514 JRadioButton[] radioButtons) in setClassSpecificationRadioButtons() argument
519 radioButtons[index].setSelected(true); in setClassSpecificationRadioButtons()
529 JRadioButton[] radioButtons) in getClassSpecificationRadioButtons() argument
531 if (radioButtons[0].isSelected()) in getClassSpecificationRadioButtons()
535 else if (radioButtons[1].isSelected()) in getClassSpecificationRadioButtons()