Searched refs:keyguard (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardConstants.java17 package com.android.keyguard;
H A DKeyguardSecurityCallback.java16 package com.android.keyguard;
32 * Checks if keyguard is in "verify credentials" mode.
H A DBiometricSensorUnlock.java17 package com.android.keyguard;
H A DChallengeLayout.java17 package com.android.keyguard;
H A DViewMediatorCallback.java17 package com.android.keyguard;
20 * The callback used by the keyguard view to tell the {@link KeyguardViewMediator}
30 * Report that the keyguard is done.
31 * @param authenticated Whether the user securely got past the keyguard.
32 * the only reason for this to be false is if the keyguard was instructed
34 * keyguard, and the user fails to do so.
39 * Report that the keyguard is done drawing.
50 * Tell view mediator that the keyguard view's desired user activity timeout
56 * Report that the keyguard is dismissable, pending the next keyguardDone call.
61 * Report when keyguard i
[all...]
H A DAlphaOptimizedImageButton.java17 package com.android.keyguard;
H A DAlphaOptimizedRelativeLayout.java17 package com.android.keyguard;
H A DAppearAnimationCreator.java17 package com.android.keyguard;
24 * {@link com.android.keyguard.AppearAnimationUtils}
H A DSecurityMessageDisplay.java17 package com.android.keyguard;
H A DKeyguardSecurityView.java16 package com.android.keyguard;
25 * Interface back to keyguard to tell it when security
H A DAlphaOptimizedLinearLayout.java17 package com.android.keyguard;
H A DKeyguardLinearLayout.java16 package com.android.keyguard;
H A DMultiUserAvatarCache.java17 package com.android.keyguard;
H A DEmergencyCarrierArea.java17 package com.android.keyguard;
H A DKeyguardSimpleHostView.java17 package com.android.keyguard;
H A DCheckLongPressHelper.java17 package com.android.keyguard;
H A DKeyguardUpdateMonitorCallback.java16 package com.android.keyguard;
75 * Called when the visibility of the keyguard changes.
76 * @param showing Indicates if the keyguard is now visible.
90 * Called when the keyguard enters or leaves bouncer mode.
91 * @param bouncer if true, keyguard is now in bouncer mode.
H A DLiftToActivateListener.java17 package com.android.keyguard;
H A DKeyguardSecurityViewHelper.java17 package com.android.keyguard;
H A DKeyguardViewBase.java17 package com.android.keyguard;
44 import com.android.keyguard.KeyguardHostView.OnDismissAction;
45 import com.android.keyguard.KeyguardSecurityContainer.SecurityCallback;
46 import com.android.keyguard.KeyguardSecurityModel.SecurityMode;
51 * Base class for keyguard view. {@link #reset} is where you should
54 * or finishing the keyguard).
56 * Handles intercepting of media keys that still work when the keyguard is
67 // Whether the volume keys should be handled by keyguard. If true, then
93 * Sets an action to run when keyguard finishes.
121 * Dismisses the keyguard b
[all...]
H A DObscureSpeechDelegate.java17 package com.android.keyguard;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java27 import com.android.keyguard.KeyguardViewBase;
28 import com.android.keyguard.R;
29 import com.android.keyguard.ViewMediatorCallback;
30 import com.android.systemui.keyguard.KeyguardViewMediator;
32 import static com.android.keyguard.KeyguardHostView.OnDismissAction;
33 import static com.android.keyguard.KeyguardSecurityModel.SecurityMode;
H A DUnlockMethodCache.java22 import com.android.keyguard.KeyguardUpdateMonitor;
23 import com.android.keyguard.KeyguardUpdateMonitorCallback;
/frameworks/base/packages/SystemUI/
H A DAndroid.mk21 LOCAL_AAPT_FLAGS := --auto-add-overlay --extra-packages com.android.keyguard
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java20 import com.android.keyguard.KeyguardUpdateMonitor;
21 import com.android.keyguard.KeyguardUpdateMonitorCallback;
42 * Controls the little text indicator on the keyguard.

Completed in 653 milliseconds

1234