Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bounceAnim

3412                 ValueAnimator bounceAnim = ObjectAnimator.ofPropertyValuesHolder(v,
3416 bounceAnim.setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION);
3417 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY);
3418 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator());
3419 bounceAnims.add(bounceAnim);