/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 63 class JetCheckBox(wx.CheckBox):
64 """ Checkbox control """
66 wx.CheckBox.__init__(self, parent, id=id, label=label, pos=pos, size=size)
75 wx.CheckBox.SetValue(self, val)
77 wx.CheckBox.SetValue(self, val)
79 wx.CheckBox.SetValue(self, False)
|
/frameworks/base/tests/StatusBar/res/layout/ |
notification_builder_test.xml | 769 <CheckBox 774 <CheckBox 779 <CheckBox 796 <CheckBox 801 <CheckBox 806 <CheckBox
|
/external/chromium/chrome/browser/accessibility/ |
accessibility_win_browsertest.cc | 345 "<body><input type='button' value='push' /><input type='checkbox' />" 434 GURL tree_url("data:text/html,<body><input type='checkbox' /></body>"); 450 // Check the checkbox. 598 GURL tree_url("data:text/html,<body><input type='checkbox' /></body>"); 658 GURL tree_url("data:text/html,<body><input type='checkbox' /></body>");
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasics.java | 39 import android.widget.CheckBox; 116 private CheckBox mDefaultView; 206 mDefaultView = (CheckBox) UiUtilities.getView(this, R.id.account_default); 212 // the "use as default" checkbox (it defaults to hidden). 658 * AsyncTask checks count of accounts and displays "use this account as default" checkbox
|
AccountSetupExchangeFragment.java | 31 import android.widget.CheckBox; 69 private CheckBox mSslSecurityView; 70 private CheckBox mTrustCertificatesView;
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGallery.java | 863 Drawable checkBox = mMultiSelected.contains(image) 866 int width = checkBox.getIntrinsicWidth(); 867 int height = checkBox.getIntrinsicHeight(); 871 checkBox.setBounds(mSrcRect); 872 checkBox.draw(canvas); [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 48 import android.widget.CheckBox; 240 ((CheckBox) mView.findViewById(R.id.wifi_advanced_togglebox)).setChecked(true); 529 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this); 747 InputType.TYPE_CLASS_TEXT | (((CheckBox) view).isChecked() ? 751 if (((CheckBox) view).isChecked()) {
|
/packages/apps/Settings/res/values/ |
strings.xml | 205 <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings --> 217 <!-- Bluetooth settings screen, Discoverable checkbox summary text --> 226 <!-- Bluetooth settings screen, lock voice dialing checkbox summary text --> 340 <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] --> 345 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 12-hour time --> 347 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 24-hour time --> [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.cc | 83 if (type_ != CHECKBOX && type_ != RADIO) 430 if (item->type() == ExtensionMenuItem::CHECKBOX || 435 // RADIO items always get set to true when you click on them, but CHECKBOX
|
extension_menu_manager.h | 67 CHECKBOX, 169 // This should only be true for items of type CHECKBOX or RADIO.
|
/external/chromium/chrome/browser/resources/options/ |
pref_ui.js | 45 this.type = 'checkbox'; 85 * Sets up options in checkbox element. 86 * @param {String} valueType The preference type for this checkbox.
|
/external/chromium/chrome/browser/resources/ |
print_preview.js | 110 * button and collate checkbox. If the specified value is invalid, displays an 239 * Checks whether the preview two-sided checkbox is checked. 604 * 'all-pages' checkbox, a new print preview is requested, only if
|
/external/junit/src/junit/awtui/ |
TestRunner.java | 5 import java.awt.Checkbox; 71 protected Checkbox fUseLoadingRunner; 229 fUseLoadingRunner= new Checkbox("Reload classes every run", useLoader);
|
/external/webkit/Source/WebCore/html/ |
InputType.cpp | 81 map->add(InputTypeNames::checkbox(), CheckboxInputType::create); 661 const AtomicString& checkbox() function in namespace:WebCore::InputTypeNames 663 DEFINE_STATIC_LOCAL(AtomicString, name, ("checkbox"));
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
ScoAudioTest.java | 42 import android.widget.CheckBox; 210 CheckBox box = (CheckBox) findViewById(R.id.useSecondAudioManager);
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
DatePicker.java | 34 import android.widget.CheckBox; 61 private final CheckBox mYearToggle; 164 mYearToggle = (CheckBox) findViewById(R.id.yearToggle);
|
/packages/apps/Email/src/com/android/email/activity/ |
MessageListItem.java | 50 * 2. It handles internal clicks such as the checkbox or the favorite star 378 // Draw the checkbox 469 * Overriding this method allows us to "catch" clicks in the checkbox or star
|
/packages/apps/Phone/src/com/android/phone/ |
SipCallOptionHandler.java | 46 import android.widget.CheckBox; 287 CheckBox makePrimaryCheckBox = 288 (CheckBox)view.findViewById(com.android.internal.R.id.alwaysUse);
|
/packages/apps/Settings/res/layout/ |
wifi_config_ui_for_setup_wizard.xml | 150 <!-- It looks CheckBox isn't aligned well with TableRow --> 154 <CheckBox 333 <CheckBox android:id="@+id/show_password"
|
/cts/tests/src/android/theme/cts/ |
ThemeTests.java | 74 new ThemeTestInfo(R.layout.checkbox, null, "checkbox"),
|
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.cc | 19 #include "views/controls/button/checkbox.h" 147 if (class_name == views::Checkbox::kViewClassName) {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 125 input[type="checkbox"] { 240 <input type="checkbox" name="singleProxyForEverything" id="singleProxyForEverything">
|
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 566 # All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea': 567 checkbox
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DOMBreakpointsSidebarPane.js | 173 checkboxElement.className = "checkbox-elem"; 174 checkboxElement.type = "checkbox";
|
/frameworks/base/docs/html/guide/developing/projects/ |
projects-eclipse.jd | 124 <li>Select the "is Library" checkbox and click <strong>Apply</strong>.</li> 133 Properties for the project and select the "is Library" checkbox. Other application projects can
|