Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java529 ValueAnimator backgroundAnimation = local
531 backgroundAnimation.setInterpolator(interpolator);
532 backgroundAnimation.setDuration(ENTRANCE_ANIMATION_DURATION_MILLIS); // milliseconds
533 backgroundAnimation.addUpdateListener(
537 set.play(contentAnimation).with(backgroundAnimation);
565 ValueAnimator backgroundAnimation = in runExitAnimation() local
567 backgroundAnimation.setInterpolator(interpolator); in runExitAnimation()
568 backgroundAnimation.setDuration(EXIT_ANIMATION_DURATION_MILLIS); in runExitAnimation()
569 backgroundAnimation.addUpdateListener( in runExitAnimation()
573 set.play(contentAnimation).with(backgroundAnimation); in runExitAnimation()