Searched refs:compoundButton (Results 1 – 6 of 6) sorted by relevance
341 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument343 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()344 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()345 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()346 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()353 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()