Home | History | Annotate | Download | only in photo

Lines Matching refs:animationSet

48 import android.view.animation.AnimationSet;
857 AnimationSet animationSet = new AnimationSet(true);
858 animationSet.addAnimation(translateAnimation);
859 animationSet.addAnimation(scaleAnimation);
874 animationSet.setAnimationListener(listener);
875 mTemporaryImage.startAnimation(animationSet);