Esempio n. 1
0
 private void init() {
   mAnimation = new FlipAnimator();
   mAnimation.setAnimationListener(this);
   mAnimation.setInterpolator(fDefaultInterpolator);
   mAnimation.setDuration(DURATION);
   setOnClickListener(this);
 }