HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 1 - 25 of 1201) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CheckBoxTest.java 3 import android.widget.CheckBox;
15 CheckBox checkBox = new CheckBox(null);
16 assertThat(checkBox.isChecked(), equalTo(false));
18 checkBox.setChecked(true);
19 assertThat(checkBox.isChecked(), equalTo(true));
21 checkBox.performClick();
22 assertThat(checkBox.isChecked(), equalTo(false));
24 checkBox.toggle()
    [all...]
  /external/chromium_org/content/test/data/accessibility/
checkbox-name-calc-expected-android.txt 4 android.widget.CheckBox checkable clickable focusable name='Title0'
5 android.widget.CheckBox checkable clickable focusable name='Label1'
6 android.widget.CheckBox checkable clickable focusable name='AriaLabel2'
7 android.widget.CheckBox checkable clickable focusable name='LabelledBy3'
8 android.widget.CheckBox checkable clickable focusable name='LabelledBy4'
9 android.widget.CheckBox checkable focusable
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-applyCompletion11b.diff 1 Code completion in completion1.xml for ^<TextView selecting <CheckBox />:
4 + <CheckBox ^/><TextView
sample4.info 2 android.widget.CheckBox [0,0,80,36] <CheckBox>
sample10.info 5 android.widget.CheckBox [0,86,107,124] <CheckBox>
sample9.info 6 android.widget.CheckBox [0,86,107,124] <CheckBox>
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
other_options_settings.html 4 <div class="right-column checkbox">
5 <div class="header-footer-container checkbox">
7 <input class="header-footer-checkbox" type="checkbox">
11 <div class="fit-to-page-container checkbox">
13 <input class="fit-to-page-checkbox" type="checkbox">
17 <div class="duplex-container checkbox">
19 <input class="duplex-checkbox" type="checkbox">
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.html 15 <div id="delete-browsing-history-container" class="checkbox">
17 <input id="delete-browsing-history-checkbox"
18 pref="browser.clear_data.browsing_history" type="checkbox">
22 <div id="delete-download-history-container" class="checkbox">
24 <input id="delete-download-history-checkbox"
25 pref="browser.clear_data.download_history" type="checkbox">
29 <div id="delete-cookies-container" class="checkbox">
31 <input id="delete-cookies-checkbox"
32 pref="browser.clear_data.cookies" type="checkbox">
39 <div id="delete-cache-container" class="checkbox">
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateCheckBox.java 7 import android.widget.CheckBox;
25 CheckBox checkBox = new CheckBox(context);
26 checkBox.setId(R.id.infobar_extra_check);
27 checkBox.setText(context.getString(R.string.translate_always_text,
29 checkBox.setChecked(mOptions.alwaysTranslateLanguageState());
30 checkBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
41 layout.addGroup(checkBox);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeNames.in 4 checkbox
  /external/chromium/chrome/browser/resources/options/chromeos/
language_pinyin_options.html 7 <div class="checkbox">
11 type="checkbox">
19 <div class="checkbox">
23 type="checkbox">
31 <div class="checkbox">
35 type="checkbox">
43 <div class="checkbox">
47 type="checkbox">
55 <div class="checkbox">
59 type="checkbox">
    [all...]
  /frameworks/base/core/java/android/widget/
CheckBox.java 27 * A checkbox is a specific type of two-states button that can be either
28 * checked or unchecked. A example usage of a checkbox inside your activity
39 * final CheckBox checkBox = (CheckBox) findViewById(R.id.checkbox_id);
40 * if (checkBox.isChecked()) {
41 * checkBox.setChecked(false);
47 * <p>See the <a href="{@docRoot}guide/topics/ui/controls/checkbox.html">Checkboxes</a>
58 public class CheckBox extends CompoundButton {
59 public CheckBox(Context context)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
options.js 11 // Initialize the checkbox checked state from the saved preference.
13 var checkbox = document.getElementById('notifications');
15 checkbox.checked = useNotifications;
16 checkbox.addEventListener(
18 function() {prefs.setUseNotifications(checkbox.checked);});
  /external/chromium_org/ui/views/controls/button/
checkbox.cc 5 #include "ui/views/controls/button/checkbox.h"
16 const char Checkbox::kViewClassName[] = "Checkbox";
18 Checkbox::Checkbox(const string16& label)
67 // Limit the checkbox height to match the legacy appearance.
72 Checkbox::~Checkbox() {
75 void Checkbox::SetChecked(bool checked) {
80 void Checkbox::Layout()
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CheckBoxTest.java 27 import android.widget.CheckBox;
34 new CheckBox(mContext, mAttrSet, 0);
35 new CheckBox(mContext, mAttrSet);
36 new CheckBox(mContext);
39 new CheckBox(null, null, -1);
46 new CheckBox(null, null);
53 new CheckBox(null);
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.html 11 <div class="checkbox">
14 pref="browser.clear_data.browsing_history" type="checkbox">
18 <div class="checkbox">
21 pref="browser.clear_data.download_history" type="checkbox">
25 <div class="checkbox">
28 pref="browser.clear_data.cache" type="checkbox">
32 <div class="checkbox">
35 pref="browser.clear_data.cookies" type="checkbox">
42 <div class="checkbox">
45 pref="browser.clear_data.passwords" type="checkbox">
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_analyzer_view.html 37 <input type='checkbox' id='checkbox-error' checked=true>
38 <label for="checkbox-error">Error</label>
41 <input type='checkbox' id='checkbox-warning' checked=true>
42 <label for="checkbox-warning">Warning</label>
45 <input type='checkbox' id='checkbox-info' checked=true>
46 <label for="checkbox-info">Info</label>
49 <input type='checkbox' id='checkbox-unknown' checked=true
    [all...]
cros_log_visualizer_view.html 36 <input type='checkbox' id='checkbox-error' checked=true>
37 <label for="checkbox-error">Error</label>
40 <input type='checkbox' id='checkbox-warning' checked=true>
41 <label for="checkbox-warning">Warning</label>
44 <input type='checkbox' id='checkbox-info' checked=true>
45 <label for="checkbox-info">Info</label>
48 <input type='checkbox' id='checkbox-unknown' checked=true
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.html 10 <input type="checkbox" id="regularValue" />
13 <input type="checkbox" id="useSeparateIncognitoSettings" />
16 <input type="checkbox" id="incognitoValue" disabled="disabled"/>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 10 <input type="checkbox" id="regularValue" />
13 <input type="checkbox" id="useSeparateIncognitoSettings" />
16 <input type="checkbox" id="incognitoValue" disabled="disabled"/>
  /external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.html 4 <input id="spoken-feedback" type="checkbox">
10 <input id="large-cursor" type="checkbox">
16 <input id="high-contrast" type="checkbox">
22 <input id="screen-magnifier" type="checkbox">
  /external/chromium_org/ui/views/examples/
checkbox_example.cc 9 #include "ui/views/controls/button/checkbox.h"
16 CheckboxExample::CheckboxExample() : ExampleBase("Checkbox"), count_(0) {
23 button_ = new Checkbox(ASCIIToUTF16("Checkbox"));
  /frameworks/base/docs/html/guide/topics/ui/controls/
checkbox.jd 14 <li>{@link android.widget.CheckBox}</li>
20 present each checkbox option in a vertical list.</p>
24 <p>To create each checkbox option, create a {@link android.widget.CheckBox} in your layout. Because
25 a set of checkbox options allows the user to select multiple items, each checkbox is managed
30 <p>When the user selects a checkbox, the {@link android.widget.CheckBox} object receives an
33 <p>To define the click event handler for a checkbox, add the <code><a
35 <code>&lt;CheckBox&gt;</code> element in your XM
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.html 7 <input class="agree-checkbox" type="checkbox">
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.html 7 <input type=checkbox id=regex>
12 <th><input type=checkbox checked id=toggle_all></th>

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>