Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRadioButtonTest.java10 import android.widget.RadioButton;
23 private RadioButton radioButton;
28 radioButton = new RadioButton(context); in setUp()
66 RadioButton radioButton1 = new RadioButton(context); in shouldInformRadioGroupThatItIsChecked()
68 RadioButton radioButton2 = new RadioButton(context); in shouldInformRadioGroupThatItIsChecked()
/external/autotest/frontend/client/src/autotest/common/table/
DRadioButtonSetFilter.java7 import com.google.gwt.user.client.ui.RadioButton;
15 private Vector<RadioButton> buttons;
34 RadioButton radioButton = new RadioButton(name, label); in addRadioButon()
58 selected = Integer.parseInt(((RadioButton) event.getSource()).getFormValue()); in onValueChange()
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp39 GetType() == CPDF_FormField::RadioButton); in GetOnStateName()
58 GetType() == CPDF_FormField::RadioButton); in SetOnStateName()
100 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState()
102 if (GetType() == CPDF_FormField::RadioButton || in GetCheckedAPState()
114 GetType() == CPDF_FormField::RadioButton); in GetExportValue()
116 if (GetType() == CPDF_FormField::RadioButton || in GetExportValue()
131 GetType() == CPDF_FormField::RadioButton); in IsChecked()
139 GetType() == CPDF_FormField::RadioButton); in IsDefaultChecked()
151 GetType() == CPDF_FormField::RadioButton); in CheckControl()
Dcpdf_formfield.cpp117 m_Type = RadioButton; in SyncFieldFlags()
167 case CPDF_FormField::RadioButton: { in ResetField()
255 case RadioButton: in GetFieldType()
303 if (GetType() == CheckBox || GetType() == RadioButton) in GetValue()
346 case RadioButton: { in SetValue()
710 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in CheckControl()
762 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in GetCheckValue()
780 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in SetCheckValue()
Dcpdf_formfield.h92 RadioButton, enumerator
Dcpdf_interform.cpp1162 pField->GetType() == CPDF_FormField::RadioButton) { in ExportToFDF()
/external/autotest/frontend/client/src/autotest/afe/
DJobOwnerFilter.java17 import com.google.gwt.user.client.ui.RadioButton;
27 private RadioButton allUsersRadio, selectUserRadio;
33 allUsersRadio = new RadioButton(radioGroupName, "All users"); in JobOwnerFilter()
34 selectUserRadio = new RadioButton(radioGroupName); in JobOwnerFilter()
DIRadioButton.java5 import com.google.gwt.user.client.ui.RadioButton;
10 public static class RadioButtonImpl extends RadioButton implements IRadioButton {
/external/python/cpython3/Lib/msilib/
Dschema.py434 RadioButton = Table('RadioButton') variable
435 RadioButton.add_field(1,'Property',11592)
436 RadioButton.add_field(2,'Order',9474)
437 RadioButton.add_field(3,'Value',3392)
438 RadioButton.add_field(4,'X',1282)
439 RadioButton.add_field(5,'Y',1282)
440 RadioButton.add_field(6,'Width',1282)
441 RadioButton.add_field(7,'Height',1282)
442 RadioButton.add_field(8,'Text',8000)
443 RadioButton.add_field(9,'Help',7986)
[all …]
/external/autotest/frontend/client/src/autotest/tko/
DFilterSelector.java17 import com.google.gwt.user.client.ui.RadioButton;
76 private RadioButton all;
77 private RadioButton any;
89 all = new RadioButton("booleanOp" + id, "all of"); in FilterSelector()
90 any = new RadioButton("booleanOp" + id, "any of"); in FilterSelector()
/external/skqp/tools/viewer/
DNIMASlide.cpp149 ImGui::RadioButton("Skia Backend", &useImmediate, 0); in renderGUI()
150 ImGui::RadioButton("Immediate Backend", &useImmediate, 1); in renderGUI()
DViewer.cpp1503 ImGui::RadioButton("Raster", &newBackend, sk_app::Window::kRaster_BackendType); in drawImGui()
1505 ImGui::RadioButton("OpenGL", &newBackend, sk_app::Window::kNativeGL_BackendType); in drawImGui()
1508 ImGui::RadioButton("ANGLE", &newBackend, sk_app::Window::kANGLE_BackendType); in drawImGui()
1512 ImGui::RadioButton("Vulkan", &newBackend, sk_app::Window::kVulkan_BackendType); in drawImGui()
1529 ImGui::RadioButton("1", &sampleCount, 1); ImGui::SameLine(); in drawImGui()
1530 ImGui::RadioButton("4", &sampleCount, 4); ImGui::SameLine(); in drawImGui()
1531 ImGui::RadioButton("8", &sampleCount, 8); ImGui::SameLine(); in drawImGui()
1532 ImGui::RadioButton("16", &sampleCount, 16); in drawImGui()
1575 if (ImGui::RadioButton(gPathRendererNames[x].c_str(), prevPr == x)) { in drawImGui()
1584 ImGui::RadioButton("Software", true); in drawImGui()
[all …]
/external/skia/tools/viewer/
DNIMASlide.cpp149 ImGui::RadioButton("Skia Backend", &useImmediate, 0); in renderGUI()
150 ImGui::RadioButton("Immediate Backend", &useImmediate, 1); in renderGUI()
DViewer.cpp1467 ImGui::RadioButton("Raster", &newBackend, sk_app::Window::kRaster_BackendType); in drawImGui()
1469 ImGui::RadioButton("OpenGL", &newBackend, sk_app::Window::kNativeGL_BackendType); in drawImGui()
1472 ImGui::RadioButton("ANGLE", &newBackend, sk_app::Window::kANGLE_BackendType); in drawImGui()
1476 ImGui::RadioButton("Vulkan", &newBackend, sk_app::Window::kVulkan_BackendType); in drawImGui()
1480 ImGui::RadioButton("Metal", &newBackend, sk_app::Window::kMetal_BackendType); in drawImGui()
1497 ImGui::RadioButton("1", &sampleCount, 1); ImGui::SameLine(); in drawImGui()
1498 ImGui::RadioButton("4", &sampleCount, 4); ImGui::SameLine(); in drawImGui()
1499 ImGui::RadioButton("8", &sampleCount, 8); ImGui::SameLine(); in drawImGui()
1500 ImGui::RadioButton("16", &sampleCount, 16); in drawImGui()
1543 if (ImGui::RadioButton(gPathRendererNames[x].c_str(), prevPr == x)) { in drawImGui()
[all …]
/external/python/cpython2/Lib/msilib/
Dschema.py434 RadioButton = Table('RadioButton') variable
435 RadioButton.add_field(1,'Property',11592)
436 RadioButton.add_field(2,'Order',9474)
437 RadioButton.add_field(3,'Value',3392)
438 RadioButton.add_field(4,'X',1282)
439 RadioButton.add_field(5,'Y',1282)
440 RadioButton.add_field(6,'Width',1282)
441 RadioButton.add_field(7,'Height',1282)
442 RadioButton.add_field(8,'Text',8000)
443 RadioButton.add_field(9,'Help',7986)
[all …]
/external/python/cpython2/Tools/msi/
Dschema.py434 RadioButton = Table('RadioButton') variable
435 RadioButton.add_field(1,'Property',11592)
436 RadioButton.add_field(2,'Order',9474)
437 RadioButton.add_field(3,'Value',3392)
438 RadioButton.add_field(4,'X',1282)
439 RadioButton.add_field(5,'Y',1282)
440 RadioButton.add_field(6,'Width',1282)
441 RadioButton.add_field(7,'Height',1282)
442 RadioButton.add_field(8,'Text',8000)
443 RadioButton.add_field(9,'Help',7986)
[all …]
Duisample.py748 RadioButton = [ variable
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py81 class JetRadioButton(wx.RadioButton):
84 wx.RadioButton.__init__(self, parent, id=id, label=label, pos=pos, size=size)
93 wx.RadioButton.SetValue(self, val)
95 wx.RadioButton.SetValue(self, val)
97 wx.RadioButton.SetValue(self, False)
/external/autotest/frontend/client/src/autotest/public/
Dafeclient.css339 .radio-chooser .gwt-RadioButton {
/external/python/cpython2/Doc/library/
Dmsilib.rst528 …`RadioButton Table <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/radiobutton_ta…
/external/python/cpython3/Doc/library/
Dmsilib.rst535 `RadioButton Table <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370962.aspx>`_