HomeSort by relevance Sort by last modified time
    Searched refs:revealAnimator (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 616 final Animator revealAnimator = ObjectAnimator.ofFloat(
618 revealAnimator.setDuration(ALERT_REVEAL_DURATION_MILLIS);
619 revealAnimator.setInterpolator(REVEAL_INTERPOLATOR);
620 revealAnimator.addListener(new AnimatorListenerAdapter() {
646 alertAnimator.play(revealAnimator).before(fadeAnimator);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java     [all...]

Completed in 3035 milliseconds