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

KeyguardScreen

public interface KeyguardScreen
Common interface of each {@link android.view.View} that is a screen of {@link LockPatternKeyguardView}.

Fields Summary
Constructors Summary
Methods Summary
public voidcleanUp()
This view is going away; a hook to do cleanup.

public booleanneedsInput()
Return true if your view needs input, so should allow the soft keyboard to be displayed.

public voidonPause()
This screen is no longer in front of the user.

public voidonResume()
This screen is going to be in front of the user.