Searched refs:compoundButton (Results 1 – 5 of 5) sorted by relevance
174 final CompoundButton compoundButton; in setCheckable() local181 compoundButton = mRadioButton; in setCheckable()187 compoundButton = mCheckBox; in setCheckable()192 compoundButton.setChecked(mItemData.isChecked()); in setCheckable()195 if (compoundButton.getVisibility() != newVisibility) { in setCheckable()196 compoundButton.setVisibility(newVisibility); in setCheckable()210 CompoundButton compoundButton; in setChecked() local216 compoundButton = mRadioButton; in setChecked()221 compoundButton = mCheckBox; in setChecked()224 compoundButton.setChecked(checked); in setChecked()
387 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument389 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()390 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()391 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()392 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()399 compoundButton.toggle(); in bindCompoundButton()
442 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument444 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()445 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()446 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()447 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()454 compoundButton.toggle(); in bindCompoundButton()
235 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument236 PaymentAppInfo appInfo = (PaymentAppInfo) compoundButton.getTag(); in onCheckedChanged()
303 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument304 if (compoundButton == mAlwaysOnVpn) { in onCheckedChanged()