Searched refs:bounceAnim (Results 1 – 1 of 1) sorted by relevance
2332 ValueAnimator bounceAnim = new PropertyListBuilder().alpha(1).scale(1).build(v) in createNewAppBounceAnimation() local2334 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY); in createNewAppBounceAnimation()2335 bounceAnim.setInterpolator(new OvershootInterpolator(BOUNCE_ANIMATION_TENSION)); in createNewAppBounceAnimation()2336 return bounceAnim; in createNewAppBounceAnimation()