Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bounce

534             AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();
539 bounce.play(tyuAnim).before(tydAnim);
540 bounce.setInterpolator(new AccelerateInterpolator());
541 bounce.start();