Lines Matching refs:bouncer
430 AnimatorSet bouncer = new AnimatorSet();431 bouncer.play(scaleUp).before(scaleDown);432 bouncer.play(scaleUp).with(alphaFadeOut);433 bouncer.addListener(new AnimatorListenerAdapter() {445 bouncer.start();