Home | History | Annotate | Download | only in widget

Lines Matching defs:checkBox

39 import android.widget.CheckBox;
82 CheckBox enableAnimations = (CheckBox) findViewById(R.id.enableAnimations);
95 CheckBox enablePredictiveAnimations =
96 (CheckBox) findViewById(R.id.enablePredictiveAnimations);
104 CheckBox enableInPlaceChange = (CheckBox) findViewById(R.id.enableInPlaceChange);
357 boolean selected = ((CheckBox) view).isChecked();
711 myViewHolder.checkBox.setChecked(selected);
736 public CheckBox checkBox;
742 checkBox = (CheckBox) v.findViewById(R.id.selected);