Searched refs:checkBox (Results 1 – 7 of 7) sorted by relevance
53 public BluetoothEnabler(Context context, CheckBoxPreference checkBox) { in BluetoothEnabler() argument55 mCheckBox = checkBox; in BluetoothEnabler()56 mOriginalSummary = checkBox.getSummary(); in BluetoothEnabler()57 checkBox.setPersistent(false); in BluetoothEnabler()62 checkBox.setEnabled(false); in BluetoothEnabler()
60 public WifiEnabler(Context context, CheckBoxPreference checkBox) { in WifiEnabler() argument62 mCheckBox = checkBox; in WifiEnabler()63 mOriginalSummary = checkBox.getSummary(); in WifiEnabler()64 checkBox.setPersistent(false); in WifiEnabler()
74 public WifiApEnabler(Context context, CheckBoxPreference checkBox) { in WifiApEnabler() argument76 mCheckBox = checkBox; in WifiApEnabler()77 mOriginalSummary = checkBox.getSummary(); in WifiApEnabler()78 checkBox.setPersistent(false); in WifiApEnabler()
91 View checkBox = view.findViewById(android.R.id.checkbox); in onBindView() local93 checkBox.setVisibility(View.GONE); in onBindView()103 checkBox.setVisibility(View.VISIBLE); in onBindView()
115 CheckBox checkBox = (CheckBox) convertView.findViewById(R.id.download_checkbox); in bindView() local116 checkBox.setChecked(mDownloadSelectionListener.isDownloadSelected(downloadId)); in bindView()
192 CheckBox checkBox; field in ManageApplications.AppViewHolder442 holder.checkBox = (CheckBox) convertView.findViewById(R.id.app_on_sdcard); in getView()471 holder.checkBox.setVisibility(View.VISIBLE); in getView()472 holder.checkBox.setChecked((entry.info.flags in getView()475 holder.checkBox.setVisibility(View.GONE); in getView()
863 Drawable checkBox = mMultiSelected.contains(image)866 int width = checkBox.getIntrinsicWidth();867 int height = checkBox.getIntrinsicHeight();871 checkBox.setBounds(mSrcRect);872 checkBox.draw(canvas);