Methods Summary |
---|
public KeyguardSecurityCallback | getCallback()Get {@link KeyguardSecurityCallback} for the given object
|
public void | hideBouncer(int duration)Place the security view into non-bouncer mode.
Animate transisiton if duration is non-zero.
|
public boolean | needsInput()Inquire whether this view requires IME (keyboard) interaction.
|
public void | onPause()Emulate activity life cycle within the view. When called, the view should clean up
and prepare to be removed.
|
public void | onResume(int reason)Emulate activity life cycle within this view. When called, the view should prepare itself
to be shown.
|
public void | reset()Reset the view and prepare to take input. This should do things like clearing the
password or pattern and clear error messages.
|
public void | setKeyguardCallback(KeyguardSecurityCallback callback)Interface back to keyguard to tell it when security
|
public void | setLockPatternUtils(com.android.internal.widget.LockPatternUtils utils)Set {@link LockPatternUtils} object. Useful for providing a mock interface.
|
public void | showBouncer(int duration)Place the security view into bouncer mode.
Animate transisiton if duration is non-zero.
|
public void | showUsabilityHint()Instruct the view to show usability hints, if any.
|
public void | startAppearAnimation()Starts the animation which should run when the security view appears.
|
public boolean | startDisappearAnimation(java.lang.Runnable finishRunnable)Starts the animation which should run when the security view disappears.
|