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

<<11121314151617181920>>

  /frameworks/base/packages/VpnDialogs/res/values/
strings.xml 32 <!-- Checkbox label to accept the request from a VPN application. [CHAR LIMIT=60] -->
  /packages/apps/Browser/res/layout/
geolocation_permissions_prompt.xml 35 <CheckBox android:id="@+id/remember"
  /packages/apps/Contacts/res/layout-sw580dp/
detail_header_contact_without_updates.xml 74 <CheckBox
  /packages/apps/DeskClock/res/layout/
alarm_time.xml 28 <CheckBox
  /packages/apps/Email/res/layout/
account_setup_outgoing_fragment.xml 58 <CheckBox
message_compose.xml 72 <CheckBox
  /packages/apps/Email/res/layout-sw600dp/
account_setup_basics_common.xml 84 <CheckBox
account_setup_outgoing_fragment.xml 76 <CheckBox
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
SearchableItemsController.java 100 * Adds a suggestion source to the list of suggestion source checkbox preferences.
  /packages/apps/Settings/res/layout/
manage_applications_item.xml 75 <CheckBox android:id="@+id/app_on_sdcard"
master_clear.xml 69 <CheckBox android:id="@+id/erase_external"
wifi_ap_dialog.xml 94 <CheckBox android:id="@+id/show_password"
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 31 import android.widget.CheckBox;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 33 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 31 * NfcEnabler is a helper to manage the Nfc on/off checkbox preference. It is
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pDialog.java 28 import android.widget.CheckBox;
  /packages/providers/DownloadProvider/ui/res/layout/
download_list_item.xml 30 <CheckBox android:id="@+id/download_checkbox"
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 256 // On the Mac, the width of the checkbox column is not included (and checkboxes
445 /** Computes the width of a checkbox */
449 Button checkBox = new Button(shell, SWT.CHECK);
450 sCheckboxWidth = checkBox.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
  /external/chromium/chrome/browser/resources/
history2.html 106 var checkbox = document.createElement('input');
107 checkbox.type = 'checkbox';
108 checkbox.name = this.id_;
109 checkbox.time = this.time.toString();
110 checkbox.addEventListener("click", checkboxClicked);
111 idToCheckbox[this.id_] = checkbox;
112 time.appendChild(checkbox);
983 if (checkboxes[i].type == 'checkbox' && checkboxes[i].checked &&
1025 * Toggle state of checkbox and handle Shift modifier
    [all...]
print_preview.css 386 /* Checkbox */
388 input[type='checkbox'] {
405 input[type='checkbox']:hover {
410 input[type='checkbox']:active {
419 input[type='checkbox']:checked:before {
434 input[type='checkbox']:focus,
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 146 // Desktop checkbox.
154 // Menu checkbox.
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 51 // valueMissing() ignores the specified string value for CHECKBOX and RADIO.
125 // We should not call this for types with no string value such as CHECKBOX and RADIO.
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 48 import android.widget.CheckBox;
90 private CheckBox mAlwaysAllowed;
  /packages/apps/PackageInstaller/res/values/
strings.xml 66 <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
68 <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
  /external/chromium/chrome/browser/resources/net_internals/
index.html 208 <p><input id=enableHttpThrottlingCheckbox type=checkbox />
252 <p><input id=securityStrippingCheckbox type=checkbox checked=yes>
295 <p><input id=byteLoggingCheckbox type=checkbox>
341 the checkbox before clicking the button.</li>
398 Include subdomains: <input type="checkbox" id=hstsCheckInput /><br/>
444 <td><input type=checkbox id=selectAll /></td>

Completed in 930 milliseconds

<<11121314151617181920>>