Home | History | Annotate | Download | only in launcher3

Lines Matching refs:bounceAnim

4086         ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v,
4090 bounceAnim.setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION);
4091 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY);
4092 bounceAnim.setInterpolator(new OvershootInterpolator(BOUNCE_ANIMATION_TENSION));
4093 return bounceAnim;