Searched refs:checkbox (Results 1 – 6 of 6) sorted by relevance
55 final CheckBox checkbox = (CheckBox) findViewById(R.id.checkbox); in onCreate() local78 if (checkbox.isChecked()) { in onCreate()
93 CheckBox checkbox = (CheckBox) convertView.findViewById(R.id.tasklist_finished); in getView() local94 checkbox.setChecked(mCheckboxes[position]); in getView()
49 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()
212 .forEach(checkbox -> { in currentIntent()213 int flagVal = FlagUtils.flagValue(checkbox.getText().toString()); in currentIntent()214 if (checkbox.isChecked()) { in currentIntent()
48 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()
129 case R.id.checkbox: in onOptionsItemSelected()