Home | History | Annotate | Download | only in photo

Lines Matching refs:animationSet

32 import android.view.animation.AnimationSet;
923 AnimationSet animationSet = new AnimationSet(true);
924 animationSet.addAnimation(translateAnimation);
925 animationSet.addAnimation(scaleAnimation);
940 animationSet.setAnimationListener(listener);
941 mTemporaryImage.startAnimation(animationSet);