Searched refs:bouncer (Results 1 – 4 of 4) sorted by relevance
246 public void onKeyguardBouncerChanged(boolean bouncer) {247 traceKeyguardBouncerChanged(bouncer);
89 public void onKeyguardBouncerChanged(boolean bouncer) { } in onKeyguardBouncerChanged() argument
1501 private void handleKeyguardBouncerChanged(int bouncer) { in handleKeyguardBouncerChanged() argument1502 if (DEBUG) Log.d(TAG, "handleKeyguardBouncerChanged(" + bouncer + ")"); in handleKeyguardBouncerChanged()1503 boolean isBouncer = (bouncer == 1); in handleKeyguardBouncerChanged()
516 AnimatorSet bouncer = new AnimatorSet();517 bouncer.play(bounceAnim).before(squashAnim1);518 bouncer.play(squashAnim1).with(squashAnim2);519 bouncer.play(squashAnim1).with(stretchAnim1);520 bouncer.play(squashAnim1).with(stretchAnim2);521 bouncer.play(bounceBackAnim).after(stretchAnim2);525 animatorSet.play(bouncer).before(fadeAnim);