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

<<11121314151617181920>>

  /development/samples/ApiDemos/res/layout/
number_picker.xml 27 <CheckBox
tasklist_row.xml 33 <CheckBox android:id="@+id/tasklist_finished"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 33 import android.widget.CheckBox;
121 CheckBox cb = (CheckBox)mActivity.findViewById(bind);
146 if (((CheckBox)v).isChecked()) {
  /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/ApiDemos/src/com/example/android/apis/view/
Controls1.java 31 * A gallery of basic controls: Button, EditText, RadioButton, Checkbox,
  /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
  /development/samples/IntentPlayground/res/layout/
checkbox_list_item.xml 16 <CheckBox
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsActivity.java 29 * shown: checkbox, single-choice, and multi-choice. When the settings are modified by the user,
MainActivity.java 26 import android.widget.CheckBox;
49 // Checkbox to indicate whether custom or standard app restriction types are selected.
50 private CheckBox mCustomConfig;
65 mCustomConfig = (CheckBox) findViewById(R.id.custom_app_limits);
  /development/samples/browseable/LNotifications/res/layout/
fragment_heads_up_notification.xml 30 <CheckBox
  /development/samples/browseable/Notifications/Application/res/layout/
main.xml 137 <CheckBox android:id="@+id/include_large_icon_checkbox"
144 <CheckBox android:id="@+id/local_only_checkbox"
151 <CheckBox android:id="@+id/include_content_intent_checkbox"
158 <CheckBox android:id="@+id/vibrate_checkbox"
  /development/samples/devbytes/graphics/ImagePixelization/res/menu/
image_pixelization.xml 22 <item android:id="@+id/checkbox"
  /development/samples/devbytes/ui/ListViewDeletion/res/layout/
activity_list_view_deletion.xml 22 <CheckBox
  /external/adhd/scripts/mic_testing/frontend/
audio.html 52 <input type="checkbox" id="sweep_log">
80 <input type="checkbox" id="append_tone" checked> Append 1K Hz start tone and end tone
98 <input type="checkbox" id="detect_tone" checked> Detect 1K Hz start tone and end tone
99 <input type="checkbox" id="auto_stop" checked> Auto stop when detected 1K Hz end tone
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 9 import com.google.gwt.user.client.ui.CheckBox;
35 * Checkbox for if reuse existing boto file.
37 private CheckBox chkUseExisting;
52 chkUseExisting = new CheckBox("Use Existing Boto File on Moblab Device.");
  /external/clang/tools/scan-build-py/libscanbuild/resources/
selectable.js 14 if (Inputs[i].type == "checkbox") {
  /external/pdfium/xfa/fwl/
cfwl_themepart.h 21 CheckBox,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPreferenceActivityTest.java 42 assertNotNull(activity.findPreference("checkbox"));
  /external/syslinux/com32/lua/src/
cmenu.c 83 export_opt (CHECKBOX);
  /frameworks/base/core/res/res/layout/
unsupported_compile_sdk_dialog_content.xml 25 <CheckBox
unsupported_display_size_dialog_content.xml 25 <CheckBox
  /frameworks/base/packages/SettingsLib/res/layout/
zen_mode_radio_button.xml 19 android:id="@android:id/checkbox"

Completed in 1628 milliseconds

<<11121314151617181920>>