Methods Summary |
---|
public int | getBouncerAnimationDuration()Returns the duration of the bounce animation.
|
public void | hideBouncer()Hide the bouncer challenge if it is currently showing.
This may restore previously blocked access to other child views.
|
public boolean | isBouncing()Returns true if the challenge is currently in bouncer mode,
potentially blocking access to other child views.
|
public boolean | isChallengeOverlapping()
|
public boolean | isChallengeShowing()
|
public void | setOnBouncerStateChangedListener(com.android.keyguard.ChallengeLayout$OnBouncerStateChangedListener listener)Set a listener that will respond to changes in bouncer state.
|
public void | showBouncer()Show the bouncer challenge. This may block access to other child views.
|
public void | showChallenge(boolean show)Show or hide the challenge layout.
If you want to show the challenge layout in bouncer mode where applicable,
use {@link #showBouncer()} instead.
|