Searched refs:KeyguardViewBase (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewProperties.java36 KeyguardViewBase createKeyguardView(Context context,
H A DLockPatternKeyguardViewProperties.java45 public KeyguardViewBase createKeyguardView(Context context,
H A DKeyguardViewBase.java48 public abstract class KeyguardViewBase extends FrameLayout { class in inherits:FrameLayout
80 public KeyguardViewBase(Context context, KeyguardViewCallback callback) { method in class:KeyguardViewBase
258 Log.e("KeyguardViewBase", "dispatchMediaKeyEvent threw exception " + e);
261 Slog.w("KeyguardViewBase", "Unable to find IAudioService for media key event");
H A DKeyguardViewManager.java42 * reported to this class by the current {@link KeyguardViewBase}.
59 private KeyguardViewBase mKeyguardView;
291 final KeyguardViewBase lastView = mKeyguardView;
H A DLockPatternKeyguardView.java77 public class LockPatternKeyguardView extends KeyguardViewBase {
458 * {@link KeyguardViewBase#onKeyDown(int, android.view.KeyEvent)}

Completed in 197 milliseconds