HomeSort by relevance Sort by last modified time
    Searched refs:customAnimCB (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 95 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
96 customAnimCB.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
130 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
136 (customAnimCB.isChecked() ? customAppearingAnim : defaultAppearingAnim) : null);
138 (customAnimCB.isChecked() ? customDisappearingAnim : defaultDisappearingAnim) : null);
140 (customAnimCB.isChecked() ? customChangingAppearingAnim :
144 (customAnimCB.isChecked() ? customChangingDisappearingAnim :
LayoutAnimationsHideShow.java 89 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
90 customAnimCB.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {

Completed in 1158 milliseconds