HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 251 - 275 of 656) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/VpnDialogs/res/layout/
confirm.xml 50 <CheckBox android:id="@+id/check"
  /packages/apps/Contacts/res/layout-sw580dp-w1000dp/
detail_header_contact_without_updates.xml 42 <CheckBox
  /packages/apps/Settings/res/layout/
preference_dialog_brightness.xml 36 <CheckBox android:id="@+id/automatic_mode"
settings_storage_miscfiles.xml 29 <CheckBox android:id="@+id/misc_checkbox"
vpn_dialog.xml 43 <CheckBox style="@style/vpn_value" android:id="@+id/mppe"
93 <CheckBox style="@style/vpn_value" android:id="@+id/show_options"
129 <CheckBox style="@style/vpn_value" android:id="@+id/save_login"
  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 34 import android.widget.CheckBox;
39 SeekBar.OnSeekBarChangeListener, CheckBox.OnCheckedChangeListener {
42 private CheckBox mCheckBox;
104 mCheckBox = (CheckBox)view.findViewById(R.id.automatic_mode);
TrustedCredentialsSettings.java 36 import android.widget.CheckBox;
74 private Tab(String tag, int label, int view, int progress, int list, boolean checkbox) {
80 mCheckbox = checkbox;
199 holder.mCheckBox = (CheckBox) view.findViewById(R.id.trusted_credential_status);
333 private CheckBox mCheckBox;
  /sdk/eclipse/
dictionary.txt 39 checkbox
  /development/samples/ApiDemos/res/layout/
controls_1.xml 59 <CheckBox android:id="@+id/check1"
66 <CheckBox android:id="@+id/check2"
88 <CheckBox android:id="@+id/star"
  /external/chromium/chrome/browser/resources/options/
personal_options.html 15 <input id="enable-screen-lock" type="checkbox"
87 <div class="checkbox">
90 metric="Options_FormAutofill" type="checkbox">
language_options.js 124 input.type = 'checkbox';
131 // Adding a space between the checkbox and the text. This is a bit
164 // of the checkbox). The button click here should not be handled
165 // as checkbox click.
472 * Handles input method checkbox's click event.
477 var checkbox = e.target;
478 if (this.preloadEngines_.length == 1 && !checkbox.checked) {
483 checkbox.checked = true;
486 if (checkbox.checked) {
487 chrome.send('inputMethodEnable', [checkbox.inputMethodId])
    [all...]
  /external/proguard/src/proguard/gui/
FilterBuilder.java 82 JCheckBox checkBox = checkBoxes[index];
83 String name = checkBox.getText();
87 if (checkBox.isSelected())
  /packages/apps/Email/res/layout-sw600dp-land/
message_view_invitation.xml 58 <CheckBox
71 <CheckBox
84 <CheckBox
  /packages/apps/Email/res/layout-sw600dp-port/
message_view_invitation.xml 58 <CheckBox
71 <CheckBox
84 <CheckBox
  /packages/apps/Email/res/
layout-sw800dp-port 58 <CheckBox
71 <CheckBox
84 <CheckBox
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 31 import android.widget.CheckBox;
148 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this);
169 InputType.TYPE_CLASS_TEXT | (((CheckBox) view).isChecked() ?
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 34 import android.widget.CheckBox;
215 CheckBox syncCheckBox = (CheckBox) view.findViewById(R.id.sync);
276 CheckBox visibleCheckBox = (CheckBox) view.findViewById(R.id.visible_check_box);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 38 import android.widget.CheckBox;
92 // Set the initial state of the clock "checkbox"
93 final CheckBox clockOnOff =
94 (CheckBox) indicator.findViewById(R.id.clock_onoff);
97 // Clicking outside the "checkbox" should also change the state.
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 34 import android.widget.CheckBox;
58 private CheckBox mMppe;
64 private CheckBox mSaveLogin;
91 mMppe = (CheckBox) mView.findViewById(R.id.mppe);
97 mSaveLogin = (CheckBox) mView.findViewById(R.id.save_login);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc 66 WebAccessibility checkbox; local
67 checkbox.id = 3;
68 checkbox.name = UTF8ToUTF16("Checkbox");
69 checkbox.role = WebAccessibility::ROLE_CHECKBOX;
70 checkbox.state = 0;
78 root.children.push_back(checkbox);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 120 // Clicking the "Use single proxy" checkbox should set the correct
125 var checkbox = document.getElementById('singleProxyForEverything');
126 var section = checkbox.parentNode.parentNode;
127 // Checkbox only works in active group, `testActivationClicks` tests
131 checkbox.checked = false;
132 checkbox.dispatchEvent(this.clickEvent_);
134 checkbox.dispatchEvent(this.clickEvent_);
  /external/chromium/chrome/browser/resources/
history.html 90 var checkbox = document.createElement('input');
91 checkbox.type = "checkbox";
92 checkbox.name = this.id_;
93 checkbox.time = this.time.toString();
94 checkbox.addEventListener("click", checkboxClicked, false);
95 id2checkbox[this.id_] = checkbox;
96 time.appendChild(checkbox);
114 var checkbox = document.createElement('input');
115 checkbox.type = "checkbox"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 23 import android.widget.CheckBox;
76 final CheckBox endCB = (CheckBox) findViewById(R.id.endCB);
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestBroadcastActivity.java 27 import android.widget.CheckBox;
283 final CheckBox delayCheckbox = (CheckBox) findViewById(R.id.button_delay_broadcast);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 51 import android.widget.CheckBox;
139 final CheckBox starredView = (CheckBox) starredContainer.findViewById(R.id.star);

Completed in 436 milliseconds

<<11121314151617181920>>