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

1 2 3 4 5 6 78 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 32 import android.widget.CheckBox;
55 final CheckBox hideGoneCB = (CheckBox) findViewById(R.id.hideGoneCB);
89 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
  /external/chromium/chrome/browser/resources/
bug_report.js 89 if ($('screenshot-checkbox').checked && selectedThumbnailId)
92 if (!$('page-url-checkbox').checked)
103 if ($('user-email-text') && $('sys-info-checkbox')) {
105 if (!$('user-email-checkbox').checked)
108 String($('sys-info-checkbox').checked)]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 39 import android.widget.CheckBox;
49 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
53 private CheckBox mAlwaysUse;
88 // add "always use" checkbox
92 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
UsbPermissionActivity.java 38 import android.widget.CheckBox;
48 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
52 private CheckBox mAlwaysUse;
99 // add "always use" checkbox
103 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 30 import android.widget.CheckBox;
132 CheckBox cb = (CheckBox) view.findViewById(R.id.sync);
201 CheckBox cb = (CheckBox) view.findViewById(R.id.sync);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 28 import android.widget.CheckBox;
42 private CheckBox mShowInvisibleControl;
57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible);
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 116 <input type="checkbox" onclick="setPrefValue(this.checked)" id="regularValue" /> Enable referrers
119 <input type="checkbox" onclick="setUseSeparateIncognitoSettings(this.checked)" id="useSeparateIncognitoSettings" /> Use separate setting for incognito mode:
121 <input type="checkbox" onclick="setPrefValue(this.checked, true)" id="incognitoValue" disabled="disabled"/> Enable referrers in incognito sessions
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 108 * TODO: We update the checkbox summary when we get notified
119 * Called when someone clicks on the checkbox preference.
133 // update database based on the current checkbox state
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 122 CheckBoxPreference checkBox = (CheckBoxPreference)preference;
123 if (!checkBox.isChecked()) {
124 checkBox.setChecked(true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 55 // WorkingSetGroup is implemented in such a way that the checkbox it contains
61 // Or find the checkbox we want and trigger it manually.
92 * Finds the first button of style Checkbox in the given parent composite.
  /development/samples/BackupRestore/res/layout/
backup_restore.xml 64 <CheckBox android:id="@+id/mayo"
70 <CheckBox android:id="@+id/tomato"
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.js 44 '#cbdContentArea input[type=checkbox]');
61 '#cbdContentArea input[type=checkbox]');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 192 var checkbox = document.getElementById('singleProxyForEverything');
193 return checkbox.checked ? this.httpProxy : null;
200 * port, and scheme. If null, the single proxy checkbox will be unchecked.
203 var checkbox = document.getElementById('singleProxyForEverything');
204 checkbox.checked = !!data;
209 if (checkbox.checked)
210 checkbox.parentNode.parentNode.classList.add('single');
212 checkbox.parentNode.parentNode.classList.remove('single');
419 t.getAttribute('type') === 'checkbox' &&
618 * for all protocols" checkbox. Expects to be called as an event handle
    [all...]
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 26 * A {@link Preference} that provides checkbox widget
61 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox);
  /frameworks/base/tests/HugeBackup/res/layout/
backup_restore.xml 64 <CheckBox android:id="@+id/mayo"
70 <CheckBox android:id="@+id/tomato"
  /packages/apps/Contacts/res/layout/
custom_contact_list_filter_group.xml 59 <CheckBox
60 android:id="@android:id/checkbox"
  /packages/apps/Settings/res/layout/
device_admin_item.xml 72 <CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
73 android:id="@+id/checkbox"
  /cts/tests/res/layout/
checkbox_layout.xml 22 <CheckBox android:id="@+id/check_box"
  /development/samples/ApiDemos/res/layout/
tasklist_row.xml 33 <CheckBox android:id="@+id/tasklist_finished"
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 37 import android.widget.CheckBox;
67 // state of the checkbox.
68 CheckBox enableCheckBox = (CheckBox) findViewById(R.id.sms_enable_receiver);
  /development/samples/ContactManager/res/layout/
contact_manager.xml 25 <CheckBox android:layout_width="wrap_content"
  /development/samples/Home/res/drawable/
all_applications_button_background.xml 3 /* //device/apps/common/res/drawable/checkbox.xml
favorite_background.xml 3 /* //device/apps/common/res/drawable/checkbox.xml
  /development/samples/Home/res/layout/
all_applications_button.xml 27 <CheckBox
  /external/chromium/chrome/browser/chromeos/login/
screen_observer.h 51 // Set/get usage statistics reporting checkbox status on EULA screen.

Completed in 397 milliseconds

1 2 3 4 5 6 78 91011>>