Searched refs:KeyguardPasswordView (Results 1 – 4 of 4) sorted by relevance
52 public class KeyguardPasswordView extends KeyguardAbsKeyInputView { class68 public KeyguardPasswordView(Context context) { in KeyguardPasswordView() method in KeyguardPasswordView72 public KeyguardPasswordView(Context context, AttributeSet attrs) { in KeyguardPasswordView() method in KeyguardPasswordView
209 } else if (keyguardInputView instanceof KeyguardPasswordView) { in create()210 return new KeyguardPasswordViewController((KeyguardPasswordView) keyguardInputView, in create()
51 extends KeyguardAbsKeyInputViewController<KeyguardPasswordView> {108 protected KeyguardPasswordViewController(KeyguardPasswordView view, in KeyguardPasswordViewController()
114 private KeyguardPasswordView mKeyguardPasswordView;128 mKeyguardPasswordView = spy(new KeyguardPasswordView(getContext())); in setup()134 (KeyguardPasswordView) mKeyguardPasswordView, mKeyguardUpdateMonitor, in setup()