HomeSort by relevance Sort by last modified time
    Searched full:bouncer (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/docs/downloads/devbytes/
Bouncer.zip 
  /development/samples/devbytes/animation/Bouncer/res/values/
strings.xml 17 <string name="app_name">Bouncer</string>
18 <string name="title_activity_bouncer">Bouncer</string>
  /development/samples/devbytes/animation/Bouncer/res/layout/
activity_bouncer.xml 23 class="com.example.android.bouncer.Bouncer$MyView"
26 tools:context=".Bouncer" />
activity_bouncer1.xml 23 class="com.example.android.bouncer.Bouncer1$MyView"
26 tools:context=".Bouncer" />
activity_bouncer2.xml 23 class="com.example.android.bouncer.Bouncer2$MyView"
26 tools:context=".Bouncer" />
activity_bouncer3.xml 23 class="com.example.android.bouncer.Bouncer3$MyView"
26 tools:context=".Bouncer" />
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
KeyguardBouncerTest.java 46 final KeyguardBouncer bouncer = new KeyguardBouncer(getContext(), local
50 // Detached bouncer should still be able to be inflated
51 bouncer.inflateView();
  /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);
  /development/samples/devbytes/animation/Bouncer/
AndroidManifest.xml 16 package="com.example.android.bouncer"
29 android:name=".Bouncer"
56 android:name="com.example.android.bouncer.Bouncer3"
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
ViewMediatorCallback.java 69 * Reset the keyguard and bouncer.
84 * @return one of the reasons why the bouncer needs to be shown right now and the user can't use
KeyguardUpdateMonitorCallback.java 86 * Called when the keyguard enters or leaves bouncer mode.
87 * @param bouncer if true, keyguard is now in bouncer mode.
89 public void onKeyguardBouncerChanged(boolean bouncer) { }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarState.java 36 * dismissing the shade will still show the bouncer.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BounceInterpolator.java 22 * An implementation of a bouncer interpolator optimized for unlock hinting.
StatusBarKeyguardViewManager.java 59 // Delay for showing the navigation bar when the bouncer appears. This should be kept in sync
114 // the bouncer goes away.
157 * Shows the notification keyguard or the bouncer depending on
329 // If Keyguard is reshown, don't hide the bouncer as it might just have been requested
344 * security view of the bouncer.
675 * Notifies that the user has authenticated by other means than using the bouncer, for example,
UnlockMethodCache.java 74 * @return whether the lockscreen is currently insecure, and the bouncer won't be shown
KeyguardBouncer.java 48 * A class which manages the bouncer on the lockscreen.
111 // set, this will dismiss the whole Keyguard. Otherwise, show the bouncer.
  /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
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 220 AnimatorSet bouncer = new AnimatorSet(); local
221 bouncer.play(bounceYAnimator);
234 animatorSet.play(bouncer).before(fadeAnim);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 139 log("bouncer " + showing);
294 public void onKeyguardBouncerChanged(boolean bouncer) {
295 traceKeyguardBouncerChanged(bouncer);
  /frameworks/base/packages/SystemUI/res-keyguard/layout/
keyguard_host_view.xml 31 from this view when bouncer is shown -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogTags.logtags 16 ## bouncerShowing: 1: Bouncer currently shown to the user
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
WorkLockActivity.java 44 * Bouncer between work activities and the activity used to confirm credentials before unlocking

Completed in 6161 milliseconds

1 2