Searched refs:anim1 (Results 1 – 2 of 2) sorted by relevance
211 ObjectAnimator anim1 = null; in createAnimator() local214 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 0, 1); in createAnimator()216 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 1); in createAnimator()235 if (anim1 != null) { in createAnimator()236 set.playTogether(anim1); in createAnimator()
441 public void startAnimation(Animation anim1, Animation anim2) { in startAnimation() argument442 tab.startAnimation(anim1); in startAnimation()