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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
ChallengeLayout.java 37 * If you want to show the challenge layout in bouncer mode where applicable,
45 * Show the bouncer challenge. This may block access to other child views.
50 * Hide the bouncer challenge if it is currently showing.
56 * Returns true if the challenge is currently in bouncer mode,
67 * Set a listener that will respond to changes in bouncer state.
74 * Listener interface that reports changes in bouncer state.
75 * The bouncer is
79 * Called when the bouncer state changes.
80 * The bouncer is activated when the user must pass a security challenge
84 * as the bouncer will prevent interaction with other elements of the UI
    [all...]
KeyguardSecurityView.java 75 * Place the security view into bouncer mode.
82 * Place the security view into non-bouncer mode.
KeyguardMessageArea.java 50 // is the bouncer up?
KeyguardWidgetPager.java 74 // Bouncer
763 // Zoom in after the bouncer is dismissed
780 // Zoom out after the bouncer is initiated
MultiPaneChallengeLayout.java 165 // Clear out of the bouncer if the user tries to move focus outside of
SlidingChallengeLayout.java 331 // Clear out of the bouncer if the user tries to move focus outside of
    [all...]
PagedView.java 252 // Bouncer
    [all...]
  /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);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 216 AnimatorSet bouncer = new AnimatorSet(); local
217 bouncer.play(bounceYAnimator);
230 animatorSet.play(bouncer).before(fadeAnim);
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 517 AnimatorSet bouncer = new AnimatorSet();
518 bouncer.play(bounceAnim).before(squashAnim1);
519 bouncer.play(squashAnim1).with(squashAnim2);
520 bouncer.play(squashAnim1).with(stretchAnim1);
521 bouncer.play(squashAnim1).with(stretchAnim2);
522 bouncer.play(bounceBackAnim).after(stretchAnim2);
526 animatorSet.play(bouncer).before(fadeAnim);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 92 // Have keyguard show the bouncer and launch the activity if the user succeeds.
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 2994 milliseconds