HomeSort by relevance Sort by last modified time
    Searched defs:checkBox (Results 1 - 8 of 8) sorted by null

  /external/proguard/src/proguard/gui/
FilterBuilder.java 82 JCheckBox checkBox = checkBoxes[index];
83 String name = checkBox.getText();
87 if (checkBox.isSelected())
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncStateCheckBoxPreference.java 71 View checkBox = view.findViewById(android.R.id.checkbox);
73 checkBox.setVisibility(View.GONE);
83 checkBox.setVisibility(View.VISIBLE);
132 // checkbox state
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 122 CheckBoxPreference checkBox = (CheckBoxPreference)preference;
123 if (!checkBox.isChecked()) {
124 checkBox.setChecked(true);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 256 // On the Mac, the width of the checkbox column is not included (and checkboxes
445 /** Computes the width of a checkbox */
449 Button checkBox = new Button(shell, SWT.CHECK);
450 sCheckboxWidth = checkBox.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 57 import android.widget.CheckBox;
240 final CheckBox checkBox = (CheckBox)alertDialog.findViewById(R.id.setPrimary);
241 if (checkBox.isChecked()) {
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 49 import android.widget.CheckBox;
215 CheckBox checkBox;
495 holder.checkBox = (CheckBox) convertView.findViewById(R.id.app_on_sdcard);
524 holder.checkBox.setVisibility(View.VISIBLE);
525 holder.checkBox.setChecked((entry.info.flags
528 holder.checkBox.setVisibility(View.GONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 201 // On the Mac, the width of the checkbox column is not included (and checkboxes
242 /** Computes the width of a checkbox */
246 Button checkBox = new Button(tempShell, SWT.CHECK);
247 sCheckboxWidth = checkBox.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 958 milliseconds