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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 103 CheckBox appearingCB = (CheckBox) findViewById(R.id.appearingCB);
104 appearingCB.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
131 CheckBox appearingCB = (CheckBox) findViewById(R.id.appearingCB);
135 transition.setAnimator(LayoutTransition.APPEARING, appearingCB.isChecked() ?
  /development/samples/ApiDemos/res/layout/
layout_animations.xml 50 android:id="@+id/appearingCB"

Completed in 558 milliseconds