Searched refs:anim1 (Results 1 – 2 of 2) sorted by relevance
215 ObjectAnimator anim1 = null; in createAnimator() local218 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 0, 1); in createAnimator()220 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 1); in createAnimator()239 if (anim1 != null) { in createAnimator()240 set.playTogether(anim1); in createAnimator()
438 public void startAnimation(Animation anim1, Animation anim2) { in startAnimation() argument439 tab.startAnimation(anim1); in startAnimation()