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.java2373 ValueAnimator bounceAnim = new PropertyListBuilder().alpha(1).scale(1).build(v) in createNewAppBounceAnimation() local
2375 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY); in createNewAppBounceAnimation()
2376 bounceAnim.setInterpolator(new OvershootInterpolator(BOUNCE_ANIMATION_TENSION)); in createNewAppBounceAnimation()
2377 return bounceAnim; in createNewAppBounceAnimation()