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

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 442 final Animator revealAnimator = ViewAnimationUtils.createCircularReveal(
444 revealAnimator.setDuration(ALERT_REVEAL_DURATION_MILLIS);
445 revealAnimator.setInterpolator(REVEAL_INTERPOLATOR);
446 revealAnimator.addListener(new AnimatorListenerAdapter() {
470 alertAnimator.play(revealAnimator).with(sourceAnimator).before(fadeAnimator);
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 346 final Animator revealAnimator =
349 revealAnimator.setDuration(
351 revealAnimator.addListener(listener);
358 animatorSet.play(revealAnimator).before(alphaAnimator);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 570 final Animator revealAnimator = ViewAnimationUtils.createCircularReveal(
572 revealAnimator.setInterpolator(REVEAL_INTERPOLATOR);
584 alertAnimator.play(revealAnimator).before(fadeAnimator);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java     [all...]

Completed in 826 milliseconds