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

1 2 3 4 5 6 78 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java 21 import android.widget.CheckBox;
50 ((CheckBox) findViewById(R.id.enabled)).setOnCheckedChangeListener(
  /development/samples/devbytes/animation/PropertyAnimations/res/layout/
activity_property_animations.xml 22 <CheckBox
23 android:id="@+id/checkbox"
  /development/samples/devbytes/animation/ViewAnimations/res/layout/
activity_view_animations.xml 21 <CheckBox
22 android:id="@+id/checkbox"
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2.vfr 32 checkbox varid = IP4_CONFIG2_IFR_NVDATA.Configure,
41 checkbox varid = IP4_CONFIG2_IFR_NVDATA.DhcpEnable,
  /external/robolectric-shadows/robolectric/src/test/resources/res/xml/
preferences.xml 35 android:key="checkbox"
36 android:title="Checkbox Test"
  /frameworks/base/services/core/java/com/android/server/am/
UnsupportedDisplaySizeDialog.java 27 import android.widget.CheckBox;
57 final CheckBox alwaysShow = mDialog.findViewById(R.id.ask_checkbox);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
VoiceInteractionMain.java 25 import android.widget.CheckBox;
61 if (((CheckBox)v).isChecked()) {
  /frameworks/support/samples/Support13Demos/src/main/res/layout/
counting.xml 30 <CheckBox android:id="@+id/menu1"
36 </CheckBox>
  /packages/apps/Car/libs/car-list/res/layout/
checkbox_line_item.xml 21 <CheckBox
22 android:id="@+id/checkbox"
  /packages/apps/Messaging/res/layout/
attachment_grid_item_view.xml 33 <CheckBox
34 android:id="@+id/checkbox"
gallery_grid_item_view.xml 35 <CheckBox
36 android:id="@+id/checkbox"
  /packages/apps/Settings/res/layout/
hotspot_ap_band_selection_dialog.xml 32 <CheckBox
41 <CheckBox
  /packages/apps/UnifiedEmail/res/layout/
multi_folders_view.xml 29 <!-- Note: the checkbox is not focusable because the parent list item itself handles
38 <CheckedTextView android:id="@+id/checkbox"
  /packages/services/Telephony/testapps/ImsTestService/res/layout/
ims_connection.xml 35 <CheckBox
39 <CheckBox
  /cts/tests/tests/preference2/res/values/
strings.xml 37 <string name="title_checkbox_preference">Checkbox preference</string>
38 <string name="summary_checkbox_preference">This is a checkbox</string>
39 <string name="summary_on_checkbox_preference">Checkbox preference On</string>
40 <string name="summary_off_checkbox_preference">Checkbox preference Off</string>
83 <string name="title_parent_preference">Parent checkbox preference</string>
85 <string name="title_child_preference">Child checkbox preference</string>
  /frameworks/base/cmds/statsd/tools/loadtest/res/layout/
activity_loadtest.xml 136 <CheckBox
148 <CheckBox
154 <CheckBox
160 <CheckBox
166 <CheckBox
172 <CheckBox
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptionsFragment.java 24 import android.widget.CheckBox;
38 private CheckBox mNotifyView;
39 private CheckBox mSyncContactsView;
40 private CheckBox mSyncCalendarView;
41 private CheckBox mSyncEmailView;
42 private CheckBox mBackgroundAttachmentsView;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridItemView.java 25 import android.widget.CheckBox;
39 * Shows an item in the gallery picker grid view. Hosts an FileImageView with a checkbox.
55 private CheckBox mCheckBox;
73 mCheckBox = (CheckBox) findViewById(R.id.checkbox);
89 // Enlarge the clickable region for the checkbox to fill the entire view.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiNoInternetDialog.java 34 import android.widget.CheckBox;
52 private CheckBox mAlwaysAllow;
144 final View checkbox = inflater.inflate( local
146 ap.mView = checkbox;
147 mAlwaysAllow = (CheckBox) checkbox.findViewById(com.android.internal.R.id.alwaysUse);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-extract7.diff 7 - <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox>
44 + <CheckBox
48 + android:text="CheckBox" >
49 + </CheckBox>
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 40 import android.widget.CheckBox;
94 * default" checkbox.
99 * @param setDefaultResId The resource ID for the string to use in the "set as default" checkbox
207 // Generate custom checkbox view, lint suppressed since no appropriate parent (is dialog)
214 CheckBox checkBox = checkboxLayout.findViewById(R.id.default_account_checkbox_view);
215 checkBox.setOnCheckedChangeListener(checkListener);
216 checkBox.setChecked(mIsDefaultChecked);
222 textView.setOnClickListener((view) -> checkBox.performClick());
223 checkboxLayout.setOnClickListener((view) -> checkBox.performClick())
    [all...]
  /external/adhd/scripts/mic_testing/frontend/
analysis.js 135 var checkbox = document.createElement('input');
136 checkbox.setAttribute('type', 'checkbox');
137 checkbox.checked = true;
138 checkbox.onclick = function() {
139 setCurveVisible(checkbox, curve_id, 'all');
141 tdCheckbox.appendChild(checkbox);
145 checkLeft.setAttribute('type', 'checkbox');
155 checkRight.setAttribute('type', 'checkbox');
177 this.setVisible = function(checkbox, id, channel)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/blockreportspam/
BlockReportSpamDialogs.java 28 import android.widget.CheckBox;
81 * @param isSpamChecked Whether the spam checkbox is checked.
124 /** Dialog for block/report spam with the mark as spam checkbox. */
130 /** Whether the mark as spam checkbox is checked before displaying the dialog. */
150 final CheckBox isSpamCheckbox =
151 (CheckBox) dialogView.findViewById(R.id.report_number_as_spam_action);
152 // Listen for changes on the checkbox and update if orientation changes
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOpCodeCreation.c 370 Create a checkbox opcode independent of string creation
393 EFI_SUCCESS - Checkbox created to be a form
399 EFI_IFR_CHECK_BOX CheckBox;
402 // We do not create op-code storage widths for checkbox in excess of 8 bits for now
408 CheckBox.Header.OpCode = EFI_IFR_CHECKBOX_OP;
409 CheckBox.Header.Length = (UINT8) sizeof (EFI_IFR_CHECK_BOX);
410 CheckBox.QuestionId = QuestionId;
411 CheckBox.Width = DataWidth;
412 CheckBox.Prompt = PromptToken;
414 CheckBox.Help = HelpToken;
    [all...]
  /external/autotest/server/cros/ap_configurators/
westerndigitaln600_ap_configurator.py 204 elements = self.driver.find_elements_by_css_selector('span.checkbox')
205 checkbox = elements[0]
208 checkbox = elements[3]
212 if ('checkbox.png' in
213 checkbox.value_of_css_property('background-image')):
231 elements = self.driver.find_elements_by_css_selector('span.checkbox')
232 checkbox = elements[0]
235 checkbox = elements[3]
239 image = 'checkbox.png'
244 checkbox.value_of_css_property('background-image'))
    [all...]

Completed in 581 milliseconds

1 2 3 4 5 6 78 91011>>