Searched refs:compoundButton (Results 1 – 4 of 4) sorted by relevance
356 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument358 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()359 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()360 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()361 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()368 compoundButton.toggle(); in bindCompoundButton()
443 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument445 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()446 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()447 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()448 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()455 compoundButton.toggle(); in bindCompoundButton()
235 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument236 PaymentAppInfo appInfo = (PaymentAppInfo) compoundButton.getTag(); in onCheckedChanged()
304 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument305 if (compoundButton == mAlwaysOnVpn) { in onCheckedChanged()