Searched refs:mCheckBox (Results 1 – 2 of 2) sorted by relevance
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()