Searched refs:onoff (Results 1 – 1 of 1) sorted by relevance
42 public final CompoundButton onoff; field in AlarmTimeViewHolder56 onoff = (CompoundButton) itemView.findViewById(R.id.onoff); in AlarmTimeViewHolder()67 onoff.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in AlarmTimeViewHolder()91 onoff.setChecked(alarm.enabled); in bindOnOffSwitch()92 ((SwitchCompat) onoff).setTextOn(context.getString(R.string.on_switch)); in bindOnOffSwitch()93 ((SwitchCompat) onoff).setTextOff(context.getString(R.string.off_switch)); in bindOnOffSwitch()