Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimatorEvents.java76 final CheckBox endCB = (CheckBox) findViewById(R.id.endCB); in onCreate() local
83 animView.startAnimation(endCB.isChecked()); in onCreate()