Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2332 ValueAnimator bounceAnim = new PropertyListBuilder().alpha(1).scale(1).build(v) in createNewAppBounceAnimation() local
2334 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()