Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DRadioButtonTest.java3 import android.widget.RadioButton;
18 RadioButton radioButton = new RadioButton(null); in canBeExplicitlyChecked()
30 RadioButton radioButton = new RadioButton(null); in canBeToggledBetweenCheckedState()
42 RadioButton radioButton = new RadioButton(null); in canBeClickedToToggleCheckedState()
54 RadioButton radioButton1 = new RadioButton(null); in shouldInformRadioGroupThatItIsChecked()
56 RadioButton radioButton2 = new RadioButton(null); 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.cpp37 GetType() == CPDF_FormField::RadioButton); in GetOnStateName()
56 GetType() == CPDF_FormField::RadioButton); in SetOnStateName()
98 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState()
100 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.cpp116 m_Type = RadioButton; in SyncFieldFlags()
166 case CPDF_FormField::RadioButton: { in ResetField()
254 case RadioButton: in GetFieldType()
303 if (GetType() == CheckBox || GetType() == RadioButton) in GetValue()
346 case RadioButton: { in SetValue()
712 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in CheckControl()
766 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in GetCheckValue()
784 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in SetCheckValue()
Dcpdf_formfield.h48 RadioButton, enumerator
Dcpdf_interform.cpp1246 pField->GetType() == CPDF_FormField::RadioButton) { in ExportToFDF()
/external/autotest/frontend/client/src/autotest/tko/
DMetricsPlotFrontend.java17 import com.google.gwt.user.client.ui.RadioButton;
35 private RadioButton noNormalizeMultiple =
36 new RadioButton("normalize", "No normalization (multiple subplots)");
37 private RadioButton noNormalizeSingle =
38 new RadioButton("normalize", "No normalization (single plot)");
39 private RadioButton normalizeFirst = new RadioButton("normalize", "First data point");
40 private RadioButton normalizeSeries = new RadioButton("normalize", "Specified series:");
42 private RadioButton normalizeX = new RadioButton("normalize", "Specified X-axis value:");
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/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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRadioButton.java4 import android.widget.RadioButton;
13 @Implements(RadioButton.class)
/external/skia/tools/viewer/
DViewer.cpp1009 ImGui::RadioButton("Raster", &newBackend, sk_app::Window::kRaster_BackendType); in drawImGui()
1011 ImGui::RadioButton("OpenGL", &newBackend, sk_app::Window::kNativeGL_BackendType); in drawImGui()
1014 ImGui::RadioButton("Vulkan", &newBackend, sk_app::Window::kVulkan_BackendType); in drawImGui()
1031 ImGui::RadioButton("0", &sampleCount, 0); ImGui::SameLine(); in drawImGui()
1032 ImGui::RadioButton("4", &sampleCount, 4); ImGui::SameLine(); in drawImGui()
1033 ImGui::RadioButton("8", &sampleCount, 8); ImGui::SameLine(); in drawImGui()
1034 ImGui::RadioButton("16", &sampleCount, 16); in drawImGui()
1045 if (ImGui::RadioButton(gPathRendererNames[x].c_str(), prevPr == x)) { in drawImGui()
1054 ImGui::RadioButton("Software", true); in drawImGui()
1099 if (ImGui::RadioButton(label, mode == fColorMode)) { in drawImGui()
/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/client/site_tests/desktopui_SonicExtension/extension_pages/
Dextension_pages.py67 return web_elements.RadioButton(self._driver, element_id, name)
Dweb_elements.py116 class RadioButton(WebElements): class
/external/autotest/frontend/client/src/autotest/public/
Dafeclient.css339 .radio-chooser .gwt-RadioButton {
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...