Searched refs:anim1 (Results 1 – 3 of 3) sorted by relevance
54 public ViewPropertyAnimatorCompatSet playSequentially(ViewPropertyAnimatorCompat anim1, in playSequentially() argument56 mAnimators.add(anim1); in playSequentially()57 anim2.setStartDelay(anim1.getDuration()); in playSequentially()
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()
435 public void startAnimation(Animation anim1, Animation anim2) { in startAnimation() argument436 tab.startAnimation(anim1); in startAnimation()