Home
last modified time | relevance | path

Searched refs:revealAnimator (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java579 final Animator revealAnimator = ObjectAnimator.ofFloat( in getAlertAnimator() local
581 revealAnimator.setDuration(ALERT_REVEAL_DURATION_MILLIS); in getAlertAnimator()
582 revealAnimator.setInterpolator(REVEAL_INTERPOLATOR); in getAlertAnimator()
583 revealAnimator.addListener(new AnimatorListenerAdapter() { in getAlertAnimator()
609 alertAnimator.play(revealAnimator).before(fadeAnimator); in getAlertAnimator()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java341 final Animator revealAnimator = in reveal() local
344 revealAnimator.setDuration( in reveal()
353 animatorSet.play(revealAnimator).before(alphaAnimator); in reveal()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java704 final Animator revealAnimator = in reveal() local
707 revealAnimator.setDuration( in reveal()
709 revealAnimator.addListener(listener); in reveal()
716 animatorSet.play(revealAnimator).before(alphaAnimator); in reveal()