FileDocCategorySizeDatePackage
KeyguardViewProperties.javaAPI DocAndroid 1.5 API1640Wed May 06 22:42:06 BST 2009com.android.internal.policy.impl

KeyguardViewProperties

public interface KeyguardViewProperties
Defines operations necessary for showing a keyguard, including how to create it, and various properties that are useful to be able to query independant of whether the keyguard instance is around or not.

Fields Summary
Constructors Summary
Methods Summary
public KeyguardViewBasecreateKeyguardView(android.content.Context context, KeyguardUpdateMonitor updateMonitor, KeyguardWindowController controller)
Create a keyguard view.

param
context the context to use when creating the view.
param
updateMonitor configuration may be based on this.
param
controller for talking back with the containing window.
return
the view.

public booleanisSecure()
Would the keyguard be secure right now?

return
Whether the keyguard is currently secure, meaning it will block the user from getting past it until the user enters some sort of PIN.