Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DLayoutAnimations.java95 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB); in onCreate() local
96 customAnimCB.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()
130 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB); in setupTransition() local
136 (customAnimCB.isChecked() ? customAppearingAnim : defaultAppearingAnim) : null); in setupTransition()
138 … (customAnimCB.isChecked() ? customDisappearingAnim : defaultDisappearingAnim) : null); in setupTransition()
140 (customAnimCB.isChecked() ? customChangingAppearingAnim : in setupTransition()
144 (customAnimCB.isChecked() ? customChangingDisappearingAnim : in setupTransition()
DLayoutAnimationsHideShow.java89 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB); in onCreate() local
90 customAnimCB.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onCreate()