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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 39 import android.widget.CheckBox;
63 private CheckBox mExternalStorage;
134 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 29 import android.widget.CheckBox;
59 private CheckBox mRememberChoice;
166 mRememberChoice = (CheckBox)mView.findViewById(R.id.bluetooth_pb_remember_choice);
DeviceProfilesSettings.java 197 * Creates a checkbox preference for the particular profile. The key will be
245 return false; // checkbox will update from onDeviceAttributesChanged() callback
332 * Gray out checkbox while connecting and disconnecting
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 37 <input type="checkbox" id="apiLevelCheckbox" onclick="toggleApiLevelSelector(this)" />
  /development/samples/ApiDemos/res/layout/
hover.xml 38 <CheckBox
sms_demo.xml 36 <CheckBox
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
AdvancedPreferences.java 60 // Get a reference to the checkbox preference
  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 31 * is to override {@link #onInterceptHoverEvent}. When the checkbox in the
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.cc 27 "Only items with type \"radio\" or \"checkbox\" can be checked";
95 } else if (type_string == "checkbox") {
96 *result = ExtensionMenuItem::CHECKBOX;
120 if (checked && type != ExtensionMenuItem::CHECKBOX &&
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 168 var checkbox = addNode(selectionCol, 'input');
169 checkbox.type = 'checkbox';
179 checkbox.onchange = this.onCheckboxToggled_.bind(this);
  /external/chromium/chrome/browser/sync/resources/
configure.html 555 <input id="appsCheckbox" name="dataTypeCheckbox" type="checkbox">
562 <input id="autofillCheckbox" name="dataTypeCheckbox" type="checkbox">
569 <input id="bookmarksCheckbox" name="dataTypeCheckbox" type="checkbox">
576 <input id="extensionsCheckbox" name="dataTypeCheckbox" type="checkbox">
583 <input id="typedUrlsCheckbox" name="dataTypeCheckbox" type="checkbox">
590 <input id="passwordsCheckbox" name="dataTypeCheckbox" type="checkbox">
597 <input id="preferencesCheckbox" name="dataTypeCheckbox" type="checkbox">
604 <input id="themesCheckbox" name="dataTypeCheckbox" type="checkbox">
610 <input id="sessionsCheckbox" name="dataTypeCheckbox" type="checkbox">
  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.mm 166 // Bound to the dialog checkbox, default to true.
207 DCHECK_NE(statsCheckbox_, view) << "Stats checkbox shouldn't be in list";
226 // The stats checkbox gets some really long text, so it gets word wrapped
259 // Special case, if this is the stats checkbox, everything above it needs
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 93 views::MenuItemView::CHECKBOX);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
options.html 57 check.type = "checkbox"
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement02.js 79 the element when the type attribute has the value checkbox or radio.
HTMLInputElement08.js 79 form control when type has the value Radio or Checkbox.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement02.js 79 the element when the type attribute has the value checkbox or radio.
HTMLInputElement08.js 79 form control when type has the value Radio or Checkbox.
  /external/zlib/old/visualc6/
README.txt 50 Switch on the checkbox "Dependency of:", and select the name
  /external/zlib/projects/visualc6/
README.txt 50 Switch on the checkbox "Dependency of:", and select the name
  /frameworks/base/core/java/android/widget/
RadioButton.java 30 * to check it. However, contrary to a {@link android.widget.CheckBox}, a radio
  /frameworks/base/core/res/res/layout/
am_compat_mode_dialog.xml 47 <CheckBox android:id="@+id/ask_checkbox"
list_menu_item_layout.xml 57 <!-- Checkbox, and/or radio button will be inserted here. -->
popup_menu_item_layout.xml 58 <!-- Checkbox, and/or radio button will be inserted here. -->
  /packages/apps/Browser/res/layout/
history_item.xml 58 <CheckBox android:id="@+id/star"

Completed in 1172 milliseconds

<<11121314151617181920>>