Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bounceAnim

3703                 ValueAnimator bounceAnim = LauncherAnimUtils.ofPropertyValuesHolder(v,
3707 bounceAnim.setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION);
3708 bounceAnim.setStartDelay(i * InstallShortcutReceiver.NEW_SHORTCUT_STAGGER_DELAY);
3709 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator());
3710 bounceAnims.add(bounceAnim);