HomeSort by relevance Sort by last modified time
    Searched defs:keyguard (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
AlphaOptimizedImageButton.java 17 package com.android.keyguard;
AlphaOptimizedLinearLayout.java 17 package com.android.keyguard;
AlphaOptimizedRelativeLayout.java 17 package com.android.keyguard;
KeyguardConstants.java 17 package com.android.keyguard;
20 * Defines constants for the Keyguard.
25 * Turns on debugging information for the whole Keyguard. This is very verbose and should only
SecurityMessageDisplay.java 17 package com.android.keyguard;
KeyguardSecurityCallback.java 16 package com.android.keyguard;
32 * Checks if keyguard is in "verify credentials" mode.
47 * Resets the keyguard view.
EmergencyCarrierArea.java 17 package com.android.keyguard;
LiftToActivateListener.java 17 package com.android.keyguard;
ViewMediatorCallback.java 17 package com.android.keyguard;
20 * The callback used by the keyguard view to tell the {@link KeyguardViewMediator}
30 * Report that the keyguard is done.
38 * Report that the keyguard is done drawing.
49 * Report that the keyguard is dismissable, pending the next keyguardDone call.
57 * Report when keyguard is actually gone
62 * Report when the UI is ready for dismissing the whole Keyguard.
67 * Reset the keyguard and bouncer.
77 * @return true if and only if Keyguard is showing or if Keyguard is disabled by an external ap
    [all...]
KeyguardSecurityModel.java 16 package com.android.keyguard;
ObscureSpeechDelegate.java 17 package com.android.keyguard;
KeyguardSecurityView.java 16 package com.android.keyguard;
52 * Interface back to keyguard to tell it when security
KeyguardMessageArea.java 17 package com.android.keyguard;
CarrierText.java 17 package com.android.keyguard;
EmergencyButton.java 17 package com.android.keyguard;
KeyguardAbsKeyInputView.java 17 package com.android.keyguard;
KeyguardDisplayManager.java 16 package com.android.keyguard;
107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
KeyguardPINView.java 17 package com.android.keyguard;
KeyguardPinBasedInputView.java 17 package com.android.keyguard;
27 * A Pin based Keyguard input view
KeyguardStatusView.java 17 package com.android.keyguard;
KeyguardUpdateMonitorCallback.java 16 package com.android.keyguard;
71 * Called when the visibility of the keyguard changes.
72 * @param showing Indicates if the keyguard is now visible.
86 * Called when the keyguard enters or leaves bouncer mode.
87 * @param bouncer if true, keyguard is now in bouncer mode.
NumPadKey.java 17 package com.android.keyguard;
KeyguardHostView.java 17 package com.android.keyguard;
35 import com.android.keyguard.KeyguardSecurityContainer.SecurityCallback;
36 import com.android.keyguard.KeyguardSecurityModel.SecurityMode;
41 * Base class for keyguard view. {@link #reset} is where you should
44 * or finishing the keyguard).
46 * Handles intercepting of media keys that still work when the keyguard is
86 // The trust agent dismissed the keyguard without the user proving
89 Log.i(TAG, "TrustAgent dismissed Keyguard.");
99 // Whether the volume keys should be handled by keyguard. If true, then
126 * Sets an action to run when keyguard finishes
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 17 package com.android.systemui.keyguard;
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardStateMonitor.java 17 package com.android.server.policy.keyguard;
31 * Maintains a cached copy of Keyguard's state.
37 // These cache the current state of Keyguard to improve performance and avoid deadlock. After
38 // Keyguard changes its state, it always triggers a layout in window manager. Because
41 // the state change of Keyguard. To be extra safe, assume most restrictive values until Keyguard

Completed in 223 milliseconds

1 2