Home
last modified time | relevance | path

Searched refs:mCheckBox (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java42 CheckBox mCheckBox; field in ViewAnimations
49 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()
98 v.startAnimation(mCheckBox.isChecked() ? in setupAnimation()
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java41 CheckBox mCheckBox; field in PropertyAnimations
48 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()
101 if (mCheckBox.isChecked()) { in setupAnimation()