Lines Matching defs:bounce
528 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet();533 bounce.play(tyuAnim).before(tydAnim);534 bounce.setInterpolator(new AccelerateInterpolator());535 bounce.start();