Home
last modified time | relevance | path

Searched refs:CheckBox (Results 1 – 25 of 40) sorted by relevance

12

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java24 import android.widget.CheckBox;
70 private CheckBox timCB;
71 private CheckBox nickCB;
72 private CheckBox joeCB;
73 private CheckBox jamesCB;
75 private CheckBox r2CheckBox;
76 private CheckBox r3CheckBox;
77 private CheckBox r4CheckBox;
83 timCB = (CheckBox) findViewById(R.id.s1CheckBox); in onCreate()
91 nickCB = (CheckBox) findViewById(R.id.s2CheckBox); in onCreate()
[all …]
DOrientationSensorExampleActivity.java28 import android.widget.CheckBox;
49 private CheckBox hwAcceleratedCb;
50 private CheckBox showFpsCb;
133 hwAcceleratedCb = (CheckBox) findViewById(R.id.hwAccelerationCb); in onCreate()
152 showFpsCb = (CheckBox) findViewById(R.id.showFpsCb); in onCreate()
DBarPlotExampleActivity.java37 import android.widget.CheckBox;
63 private CheckBox series1CheckBox;
64 private CheckBox series2CheckBox;
138 series1CheckBox = (CheckBox) findViewById(R.id.s1CheckBox); in onCreate()
146 series2CheckBox = (CheckBox) findViewById(R.id.s2CheckBox); in onCreate()
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp38 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetOnStateName()
57 ASSERT(GetType() == CPDF_FormField::CheckBox || in SetOnStateName()
99 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetCheckedAPState()
103 GetType() == CPDF_FormField::CheckBox) { in GetCheckedAPState()
113 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetExportValue()
117 GetType() == CPDF_FormField::CheckBox) { in GetExportValue()
130 ASSERT(GetType() == CPDF_FormField::CheckBox || in IsChecked()
138 ASSERT(GetType() == CPDF_FormField::CheckBox || in IsDefaultChecked()
150 ASSERT(GetType() == CPDF_FormField::CheckBox || in CheckControl()
Dcpdf_formfield.cpp41 if (pField->GetType() == CPDF_FormField::CheckBox) in IsUnison()
125 m_Type = CheckBox; in SyncFieldFlags()
166 case CPDF_FormField::CheckBox: in ResetField()
253 case CheckBox: in GetFieldType()
303 if (GetType() == CheckBox || GetType() == RadioButton) in GetValue()
345 case CheckBox: 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()
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
DClientCacheExampleActivity.java30 import android.widget.CheckBox;
56 private CheckBox getCheckBox;
57 private CheckBox noCacheCheckBox;
58 private CheckBox onlyIfCachedCheckBox;
69 getCheckBox = (CheckBox) findViewById(R.id.get_checkbox); in onCreate()
70 noCacheCheckBox = (CheckBox) findViewById(R.id.no_cache_checkbox); in onCreate()
71 onlyIfCachedCheckBox = (CheckBox) findViewById(R.id.only_if_cached_checkbox); in onCreate()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCheckBoxTest.java5 import android.widget.CheckBox;
15 CheckBox checkBox = new CheckBox(ApplicationProvider.getApplicationContext()); in testWorks()
DShadowLayoutInflaterTest.java26 import android.widget.CheckBox;
269 assertThat(((CheckBox) mediaView.findViewById(R.id.true_checkbox)).isChecked()).isTrue(); in testCheckBoxCheckedIsSet()
270 assertThat(((CheckBox) mediaView.findViewById(R.id.false_checkbox)).isChecked()).isFalse(); in testCheckBoxCheckedIsSet()
271 assertThat(((CheckBox) mediaView.findViewById(R.id.default_checkbox)).isChecked()).isFalse(); in testCheckBoxCheckedIsSet()
/external/autotest/frontend/client/src/autotest/common/table/
DCheckboxFilter.java8 import com.google.gwt.user.client.ui.CheckBox;
12 private CheckBox checkBox = new CheckBox();
DSelectionManager.java9 import com.google.gwt.user.client.ui.CheckBox;
180 CheckBox checkBox = new CheckBox(); in createWidget()
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DTesterActivity.java28 import android.widget.CheckBox;
53 private CheckBox getCheckBox;
54 private CheckBox testCertCheckBox;
70 getCheckBox = (CheckBox) findViewById(R.id.get_checkbox); in onCreate()
71 testCertCheckBox = (CheckBox) findViewById(R.id.test_cert_checkbox); in onCreate()
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java11 import com.google.gwt.user.client.ui.CheckBox;
41 private CheckBox invert = new CheckBox("Invert y-axis");
44 private CheckBox errorBars = new CheckBox();
DTableView.java32 import com.google.gwt.user.client.ui.CheckBox;
110 private CheckBox groupCheckbox = new CheckBox("Group by these columns and show counts");
111 private CheckBox statusGroupCheckbox =
112 new CheckBox("Group by these columns and show pass rates");
DCommonPanel.java13 import com.google.gwt.user.client.ui.CheckBox;
50 private CheckBox showInvalid = new CheckBox("Show invalidated tests");
DSpreadsheetView.java37 import com.google.gwt.user.client.ui.CheckBox;
72 private CheckBox showIncomplete = new CheckBox("Show incomplete tests");
73 private CheckBox showOnlyLatest = new CheckBox("Show only latest test per cell");
/external/autotest/frontend/client/src/autotest/afe/
DICheckBox.java4 import com.google.gwt.user.client.ui.CheckBox;
13 public static class CheckBoxImpl extends CheckBox implements ICheckBox {
DHostSelectorDisplay.java8 import com.google.gwt.user.client.ui.CheckBox;
26 private CheckBox allowOneTimeHostsBox = new CheckBox();
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java41 import android.widget.CheckBox;
88 private CheckBox mSearchCase;
89 private CheckBox mSearchWord;
90 private CheckBox mSearchAll;
91 private CheckBox mSearchStart;
334 mSearchAll = (CheckBox) v.findViewById(R.id.searchAll); in onCreateDialog()
335 mSearchCase = (CheckBox) v.findViewById(R.id.searchCase); in onCreateDialog()
336 mSearchStart = (CheckBox) v.findViewById(R.id.searchStart); in onCreateDialog()
337 mSearchWord = (CheckBox) v.findViewById(R.id.searchWord); in onCreateDialog()
/external/autotest/frontend/client/src/autotest/moblab/
DDutManagementView.java13 import com.google.gwt.user.client.ui.CheckBox;
33 private CheckBox poolCheckBox;
125 if (((CheckBox)dutInfoTable.getWidget(i, SELECTION_COLUMN)).getValue()) { in initialize()
148 poolCheckBox = new CheckBox(); in initialize()
268 dutInfoTable.setWidget(row, SELECTION_COLUMN, new CheckBox()); in addRow()
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DCloudStorageCard.java9 import com.google.gwt.user.client.ui.CheckBox;
37 private CheckBox chkUseExisting;
52 chkUseExisting = new CheckBox("Use Existing Boto File on Moblab Device."); in updateModeUI()
/external/autotest/frontend/client/src/autotest/common/ui/
DCustomTabPanel.java16 import com.google.gwt.user.client.ui.CheckBox;
39 protected CheckBox autorefreshCheckbox = new CheckBox("Auto Refresh");
/external/libkmsxx/py/tests/
Dkmsmodeview.py276 ilace_box = urwid.CheckBox('interlace')
277 hsync_pol = urwid.CheckBox('hsync positive', has_mixed=True)
278 vsync_pol = urwid.CheckBox('vsync positive', has_mixed=True)
279 dblclk_box = urwid.CheckBox('double clock')
/external/python/cpython3/Lib/msilib/
Dschema.py110 CheckBox = Table('CheckBox') variable
111 CheckBox.add_field(1,'Property',11592)
112 CheckBox.add_field(2,'Value',7488)
580 …rty, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component…
/external/pdfium/xfa/fwl/
Dcfwl_themepart.h21 CheckBox, enumerator
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py63 class JetCheckBox(wx.CheckBox):
66 wx.CheckBox.__init__(self, parent, id=id, label=label, pos=pos, size=size)
75 wx.CheckBox.SetValue(self, val)
77 wx.CheckBox.SetValue(self, val)
79 wx.CheckBox.SetValue(self, False)

12