Searched refs:checkBox (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java53 public BluetoothEnabler(Context context, CheckBoxPreference checkBox) { argument
55 mCheckBox = checkBox;
56 mOriginalSummary = checkBox.getSummary();
57 checkBox.setPersistent(false);
62 checkBox.setEnabled(false);
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/
H A DSyncStateCheckBoxPreference.java91 View checkBox = view.findViewById(android.R.id.checkbox);
93 checkBox.setVisibility(View.GONE);
103 checkBox.setVisibility(View.VISIBLE);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java60 public WifiEnabler(Context context, CheckBoxPreference checkBox) { argument
62 mCheckBox = checkBox;
63 mOriginalSummary = checkBox.getSummary();
64 checkBox.setPersistent(false);
H A DWifiApEnabler.java74 public WifiApEnabler(Context context, CheckBoxPreference checkBox) { argument
76 mCheckBox = checkBox;
77 mOriginalSummary = checkBox.getSummary();
78 checkBox.setPersistent(false);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadAdapter.java115 CheckBox checkBox = (CheckBox) convertView.findViewById(R.id.download_checkbox);
116 checkBox.setChecked(mDownloadSelectionListener.isDownloadSelected(downloadId));
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java863 Drawable checkBox = mMultiSelected.contains(image)
866 int width = checkBox.getIntrinsicWidth();
867 int height = checkBox.getIntrinsicHeight();
871 checkBox.setBounds(mSrcRect);
872 checkBox.draw(canvas);
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java192 CheckBox checkBox; field in class:ManageApplications.AppViewHolder
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);

Completed in 549 milliseconds