Home | History | Annotate | Download | only in timer

Lines Matching refs:alertAnimator

582         final AnimatorSet alertAnimator = new AnimatorSet();
583 alertAnimator.setDuration(TimerFragment.ANIMATION_TIME_MILLIS);
584 alertAnimator.play(revealAnimator).before(fadeAnimator);
585 alertAnimator.start();