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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
LocationSettings.java 186 // activity will be restated and the new value re-read, so the checkbox will get its
WirelessSettings.java 201 // Set Airplane mode based on the return value and checkbox state
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 34 * checkbox. It sets/unsets discoverability and keeps track of how much time
DockService.java 43 import android.widget.CheckBox;
489 CheckBox rememberCheckbox = (CheckBox) view.findViewById(R.id.remember);
525 // Called when the "Remember" Checkbox is clicked
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 280 "<LinearLayout><Button foo=\"bar\"></Button><CheckBox/></LinearLayout>",
285 " <CheckBox />\n",
286 "\n", "Button", false, "CheckBox");
292 "<LinearLayout><Button foo=\"bar\"></Button><CheckBox/></LinearLayout>",
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
options.html 524 // Other checkbox or clearing results is clicked.
531 // Clear indicators besides checkbox.
539 // Enable/Disable buttons according to checkbox change.
855 Clear Connections?<input id="clearconns" type="checkbox">
856 Clear Cache?<input id="clearcache" type="checkbox">
857 Enable Spdy?<input id="enablespdy" type="checkbox">
939 <td align=right> <input type="checkbox" name="checkboxArr" onclick="updateChart(this);clearIndicator();checkSelected()"></td>
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 64 import android.widget.CheckBox;
101 private CheckBox mAskCompatibilityCB;
102 private CheckBox mEnableCompatibilityCB;
369 mAskCompatibilityCB = (CheckBox)view.findViewById(R.id.ask_compatibility_cb);
370 mEnableCompatibilityCB = (CheckBox)view.findViewById(R.id.enable_compatibility_cb);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 9 function toggleApiLevelSelector(checkbox) {
13 if (checkbox.checked) {
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-reference.js 10 function toggleApiLevelSelector(checkbox) {
14 if (checkbox.checked) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 370 Button checkBox = (Button) findViewById(R.id.checkbox_button);
371 checkBox.setOnClickListener(new OnClickListener() {
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_network_element.js 299 togglePassCheckbox.type = 'checkbox';
384 togglePassCheckbox.type = 'checkbox';
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 576 // Simulate the user check the report agreement checkbox.
582 // Simulate the user uncheck the report agreement checkbox.
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 11 function toggleApiLevelSelector(checkbox) {
15 if (checkbox.checked) {
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 91 if (cboxes[i].type == "checkbox") {
294 echo "<input type=\"checkbox\" name=\"langs[$lang]\" checked=\"checked\" />&nbsp;$lang<br />\n";
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 287 // Indent amounts for the check in a checkbox or radio button.
335 // Indeterminate checkbox is a box containing '-'.
  /packages/apps/Settings/res/layout/
installed_app_details.xml 357 <CheckBox android:id="@+id/ask_compatibility_cb"
363 <CheckBox android:id="@+id/enable_compatibility_cb"
  /external/chromium/chrome/browser/
accessibility_events.h 105 // Accessibility information about a checkbox passed to onControlFocused
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.h 273 // State of Usage stat/error reporting checkbox on EULA screen
  /external/webkit/Source/WebCore/html/
InputType.h 258 const AtomicString& checkbox();
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 594 W("checkbox"),
844 adjustSizeConstraints(style, CheckBox);
847 const struct ThemePartDesc *desc = m_partDescs + (size_t)CheckBox;
856 return paintThemePart(object, CheckBox, info, rect);
    [all...]
RenderThemeEfl.h 49 CheckBox,
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 95 checkbox
  /frameworks/base/core/res/res/values/
styles_device_defaults.xml 56 <style name="Widget.DeviceDefault.CompoundButton.CheckBox" parent="Widget.Holo.CompoundButton.CheckBox" >
303 <style name="Widget.DeviceDefault.Light.CompoundButton.CheckBox" parent="Widget.Holo.Light.CompoundButton.CheckBox" >
  /packages/apps/Email/res/layout-sw600dp/
message_compose.xml 197 <CheckBox
  /development/samples/Home/src/com/example/android/home/
Home.java 55 import android.widget.CheckBox;
117 private CheckBox mShowApplicationsCheck;
230 mShowApplicationsCheck = (CheckBox) findViewById(R.id.show_all_apps_check);

Completed in 688 milliseconds

<<11121314151617181920>>