HomeSort by relevance Sort by last modified time
    Searched defs:setAnimation (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 43 public void setAnimation(Animation anim) {
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 77 final AnimationSet setAnimation = new AnimationSet(true);
78 setAnimation.addAnimation(alphaAnimation);
79 setAnimation.addAnimation(translateAnimation);
80 setAnimation.addAnimation(rotateAnimation);
81 setAnimation.addAnimation(scaleAnimation);
87 setupAnimation(setButton, setAnimation, R.anim.set_anim);
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 83 AnimatorSet setAnimation = new AnimatorSet();
84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation);
85 setAnimation.play(rotateAnimation).before(scaleAnimation);
91 setupAnimation(setButton, setAnimation, R.animator.combo);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 338 son.setAnimation(new MockAnimation());
346 son.setAnimation(new MockAnimation());
353 son.setAnimation(new MockAnimation());
705 textView.setAnimation(new AlphaAnimation(mContext, null));
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 54 milliseconds