Home
last modified time | relevance | path

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

/external/robolectric/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/pdfium/core/src/fpdfdoc/
Ddoc_formcontrol.cpp20 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in GetOnStateName()
41 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in SetOnStateName()
85 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState()
87 if (GetType() == CPDF_FormField::RadioButton || GetType() == CPDF_FormField::CheckBox) { in GetCheckedAPState()
101 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in GetExportValue()
103 if (GetType() == CPDF_FormField::RadioButton || GetType() == CPDF_FormField::CheckBox) { in GetExportValue()
118 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in IsChecked()
125 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in IsDefaultChecked()
136 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton); in CheckControl()
Ddoc_formfield.cpp49 m_Type = RadioButton; in SyncFieldFlags()
107 case CPDF_FormField::RadioButton: { in ResetField()
237 case RadioButton: in GetFieldType()
304 if (GetType() == CheckBox || GetType() == RadioButton) { in GetValue()
346 case RadioButton: { in SetValue()
730 if (m_Type == RadioButton || m_Type == CheckBox) { in UpdateAP()
802 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in CheckControl()
866 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in GetCheckValue()
886 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in SetCheckValue()
Ddoc_form.cpp1447 …Field->GetType() == CPDF_FormField::CheckBox || pField->GetType() == CPDF_FormField::RadioButton) { in ExportToFDF()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRadioButton.java4 import android.widget.RadioButton;
13 @Implements(RadioButton.class)
/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/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1033 RadioButton, enumerator
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...