HomeSort by relevance Sort by last modified time
    Searched refs:checkbox (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 45 import android.widget.CheckBox;
185 ImageView checkbox = (ImageView) view.findViewById(CHECKBOX_VIEW_ID[i]); local
186 mCheckBoxes[i] = checkbox;
TrustedCredentialsSettings.java 40 import android.widget.CheckBox;
89 private Tab(String tag, int label, int view, int progress, int list, boolean checkbox) {
95 mCheckbox = checkbox;
225 holder.mCheckBox = (CheckBox) view.findViewById(R.id.trusted_credential_status);
359 private CheckBox mCheckBox;
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 46 #include "ui/views/controls/button/checkbox.h"
257 scoped_ptr<views::Checkbox> checkbox(
258 new views::Checkbox(base::string16()));
259 checkbox->SetText(data.display_text());
260 checkbox->SetTextMultiLine(true);
261 checkbox->SetHorizontalAlignment(gfx::ALIGN_LEFT);
262 checkbox->SetTextColor(views::Button::STATE_NORMAL,
264 checkbox->SetTextColor(views::Button::STATE_HOVERED,
266 checkbox->SetChecked(data.checked())
312 views::Checkbox* checkbox() { function in class:autofill::__anon6236::NotificationView
    [all...]
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 129 case R.id.checkbox:
259 * depending on whether or not the checkbox was checked.
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 59 #choose-data-types-body > .checkbox:first-child {
63 #choose-data-types-body > .checkbox:last-child {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 41 ui.html.checkbox('rawValues', 'Show raw values', g_history.dashboardSpecificState.rawValues) +
42 ui.html.checkbox('showOutliers', 'Show outliers', g_history.dashboardSpecificState.showOutliers) +
overview.js 152 ui.html.checkbox('showNoFlakes', 'Show test suites with no flakes', showNoFlakes) +
  /external/chromium_org/remoting/webapp/
main.css 590 .checkbox-label {
596 .checkbox-label input[type=checkbox] {
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ThemeMac.mm 254 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
280 NSButtonCell *checkboxCell = checkbox(states, zoomedRect, zoomFactor);
656 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
658 NSCell *cell = checkbox(states, zoomedRect, zoomFactor);
  /external/chromium/chrome/browser/chromeos/login/
eula_view.cc 40 #include "views/controls/button/checkbox.h"
77 explicit EULANativeCheckboxGtk(views::Checkbox* checkbox)
78 : views::NativeCheckboxGtk(checkbox) {
86 // views::Checkbox specialization that uses its internal views::Label
89 class EULACheckbox : public views::Checkbox {
441 // Set tooltip for usage statistics checkbox if the metric is unmanaged.
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 197 .entry input[type=checkbox] {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesPanel.css 149 #pause-workers-checkbox > input {
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 112 * Depending on the value of the checkbox, enables or disables logging of
124 * Depending on the value of the checkbox, enables or disables stripping
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 351 final CompoundButton checkBox = (CompoundButton) view.findViewById(R.id.checkbox);
352 if (checkBox != null) {
353 // Suppress the checkbox selection, and handle the toggling of the
355 checkBox.setClickable(false);
356 checkBox.setText(folderDisplay);
357 checkBox.setChecked(row.isPresent());
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 199 var checkbox = $('surprise-me').querySelector('#checkbox');
200 var shouldEnable = !checkbox.classList.contains('checked');
205 checkbox.classList.add('checked');
207 checkbox.classList.remove('checked');
264 $('surprise-me').querySelector('#checkbox').classList.add('checked');
    [all...]
  /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
network_menu.js 237 this.autoConnectCheckbox.type = 'checkbox';
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 400 // Other checkbox or clearing results is clicked.
407 // Clear indicators besides checkbox.
415 // Enable/Disable buttons according to checkbox change.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 10 function toggleApiLevelSelector(checkbox) {
14 if (checkbox.checked) {
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 11 function toggleApiLevelSelector(checkbox) {
15 if (checkbox.checked) {
  /external/chromium/chrome/browser/resources/options/
options.js 35 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 237 this.autoConnectCheckbox.type = 'checkbox';
  /external/chromium_org/chrome/browser/resources/options/
options.js 50 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 252 div.innerHTML = '<input type=checkbox checked></input>' + prop;

Completed in 1647 milliseconds

1 2 3 45 6 7 8