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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 34 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
53 public BluetoothEnabler(Context context, CheckBoxPreference checkBox) {
55 mCheckBox = checkBox;
56 mOriginalSummary = checkBox.getSummary();
57 checkBox.setPersistent(false);
62 checkBox.setEnabled(false);
  /external/proguard/src/proguard/gui/
FilterBuilder.java 82 JCheckBox checkBox = checkBoxes[index];
83 String name = checkBox.getText();
87 if (checkBox.isSelected())
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
SyncStateCheckBoxPreference.java 91 View checkBox = view.findViewById(android.R.id.checkbox);
93 checkBox.setVisibility(View.GONE);
103 checkBox.setVisibility(View.VISIBLE);
152 // checkbox state
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 60 public WifiEnabler(Context context, CheckBoxPreference checkBox) {
62 mCheckBox = checkBox;
63 mOriginalSummary = checkBox.getSummary();
64 checkBox.setPersistent(false);
WifiApEnabler.java 74 public WifiApEnabler(Context context, CheckBoxPreference checkBox) {
76 mCheckBox = checkBox;
77 mOriginalSummary = checkBox.getSummary();
78 checkBox.setPersistent(false);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 33 import android.widget.CheckBox;
115 CheckBox checkBox = (CheckBox) convertView.findViewById(R.id.download_checkbox);
116 checkBox.setChecked(mDownloadSelectionListener.isDownloadSelected(downloadId));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 308 Button checkBox = (Button) findViewById(R.id.checkbox_button);
309 checkBox.setOnClickListener(new OnClickListener() {
  /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/applications/
ManageApplications.java 51 import android.widget.CheckBox;
192 CheckBox checkBox;
442 holder.checkBox = (CheckBox) convertView.findViewById(R.id.app_on_sdcard);
471 holder.checkBox.setVisibility(View.VISIBLE);
472 holder.checkBox.setChecked((entry.info.flags
475 holder.checkBox.setVisibility(View.GONE);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1143 milliseconds