Home | History | Annotate | Download | only in launcher2

Lines Matching defs:bounce

532             AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
537 bounce.play(tyuAnim).before(tydAnim);
538 bounce.setInterpolator(new AccelerateInterpolator());
539 bounce.start();