Methods Summary |
---|
public boolean | isInputRestricted()
|
public void | keyguardDone(boolean authenticated)Report that the keyguard is done.
|
public void | keyguardDoneDrawing()Report that the keyguard is done drawing.
|
public void | keyguardDonePending()Report that the keyguard is dismissable, pending the next keyguardDone call.
|
public void | keyguardGone()Report when keyguard is actually gone
|
public void | onUserActivityTimeoutChanged()Tell view mediator that the keyguard view's desired user activity timeout
has changed and needs to be reapplied to the window.
|
public void | playTrustedSound()Play the "device trusted" sound.
|
public void | readyForKeyguardDone()Report when the UI is ready for dismissing the whole Keyguard.
|
public void | setNeedsInput(boolean needsInput)Tell ViewMediator that the current view needs IME input
|
public void | userActivity()Reports user activity and requests that the screen stay on.
|