Home | History | Annotate | Download | only in widget

Lines Matching defs:checkBox

32 import android.widget.CheckBox;
72 CheckBox enableAnimations = (CheckBox) findViewById(R.id.enableAnimations);
85 CheckBox enablePredictiveAnimations =
86 (CheckBox) findViewById(R.id.enablePredictiveAnimations);
94 CheckBox enableChangeAnimations =
95 (CheckBox) findViewById(R.id.enableChangeAnimations);
119 boolean selected = ((CheckBox) view).isChecked();
466 ((MyViewHolder) holder).checkBox.setChecked(selected);
499 public CheckBox checkBox;
505 checkBox = (CheckBox) v.findViewById(R.id.selected);