Searched refs:mCheckBox (Results 1 – 3 of 3) sorted by relevance
173 private CheckBox mCheckBox;179 mCheckBox = (CheckBox) itemView;180 mCheckBox.setOnCheckedChangeListener(this);185 mCheckBox.setText(toggle.getText());186 mCheckBox.setChecked(toggle.isChecked());
42 CheckBox mCheckBox; field in ViewAnimations49 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()98 v.startAnimation(mCheckBox.isChecked() ? in setupAnimation()
41 CheckBox mCheckBox; field in PropertyAnimations48 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()101 if (mCheckBox.isChecked()) { in setupAnimation()