Searched refs:switchView (Results 1 – 2 of 2) sorted by relevance
95 final SwitchCompat switchView = (SwitchCompat) view.findViewById(R.id.sud_items_switch); in toggle() local96 switchView.setChecked(checked); in toggle()102 final SwitchCompat switchView = (SwitchCompat) view.findViewById(R.id.sud_items_switch); in onBindView() local103 switchView.setOnCheckedChangeListener(null); in onBindView()104 switchView.setChecked(checked); in onBindView()105 switchView.setOnCheckedChangeListener(this); in onBindView()106 switchView.setEnabled(isEnabled()); in onBindView()
300 UISwitch *switchView = [[UISwitch alloc] initWithFrame:CGRectZero];301 switchView.tag = indexPath.row;302 [switchView addTarget:self305 cell.accessoryView = switchView;309 UISwitch *switchView = (UISwitch *)cell.accessoryView;310 switchView.on = [self valueForAudioSettingAtIndexPathRow:indexPath.row];