HomeSort by relevance Sort by last modified time
    Searched refs:bouncer (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java 124 AnimatorSet bouncer = new AnimatorSet(); local
125 bouncer.play(bounceAnim).before(squashAnim1);
126 bouncer.play(squashAnim1).with(squashAnim2);
127 bouncer.play(squashAnim1).with(stretchAnim1);
128 bouncer.play(squashAnim1).with(stretchAnim2);
129 bouncer.play(bounceBackAnim).after(stretchAnim2);
144 animatorSet.play(bouncer).before(fadeAnim);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 90 * Called when the keyguard enters or leaves bouncer mode.
91 * @param bouncer if true, keyguard is now in bouncer mode.
93 public void onKeyguardBouncerChanged(boolean bouncer) { }
KeyguardFaceUnlockView.java 220 // Don't start it if the bouncer is not showing, but keep this view up because we want
221 // it here and ready for when the bouncer does show.
245 // Returns true if the device is currently in a state where the user is seeing the bouncer.
254 // Starts the biometric unlock if the bouncer was not previously visible to the user, but is now
255 // visibile to the user. Stops the biometric unlock if the bouncer was previously visible to
310 public void onKeyguardBouncerChanged(boolean bouncer) {
311 if (DEBUG) Log.d(TAG, "onKeyguardBouncerChanged(" + bouncer + ")");
KeyguardUpdateMonitor.java     [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 221 AnimatorSet bouncer = new AnimatorSet(); local
222 bouncer.play(bounceYAnimator);
235 animatorSet.play(bouncer).before(fadeAnim);
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 17 package com.example.android.bouncer;
41 public class Bouncer extends Activity {
Bouncer1.java 17 package com.example.android.bouncer;
32 * See the comments in Bouncer for the overall functionality of this app. Changes for this
Bouncer2.java 17 package com.example.android.bouncer;
33 * See the comments in Bouncer for the overall functionality of this app. Changes for this
Bouncer3.java 17 package com.example.android.bouncer;
33 * See the comments in Bouncer for the overall functionality of this app. Changes for this
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 117 log("bouncer " + showing);
212 public void onKeyguardBouncerChanged(boolean bouncer) {
213 traceKeyguardBouncerChanged(bouncer);

Completed in 377 milliseconds