Searched refs:anim2 (Results 1 – 3 of 3) sorted by relevance
55 ViewPropertyAnimatorCompat anim2) { in playSequentially() argument57 anim2.setStartDelay(anim1.getDuration()); in playSequentially()58 mAnimators.add(anim2); in playSequentially()
243 Animator anim2 = ObjectAnimator.ofObject(startDrawable, "bounds", in createAnimator() local245 set.playTogether(anim2); in createAnimator()
435 public void startAnimation(Animation anim1, Animation anim2) { in startAnimation() argument437 text.startAnimation(anim2); in startAnimation()