Searched refs:compoundButton (Results 1 – 6 of 6) sorted by relevance
327 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument329 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()330 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()331 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()332 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()339 compoundButton.toggle(); in bindCompoundButton()
235 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument236 PaymentAppInfo appInfo = (PaymentAppInfo) compoundButton.getTag(); in onCheckedChanged()
76 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) { in AlarmItemViewHolder()
279 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument280 if (compoundButton == mAlwaysOnVpn) { in onCheckedChanged()
282 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument283 if (compoundButton == mAlwaysOnVpn) { in onCheckedChanged()