Searched refs:KeyguardPINView (Results 1 – 4 of 4) sorted by relevance
23 import com.android.keyguard.KeyguardPINView;33 public class CarKeyguardPINView extends KeyguardPINView {
29 extends KeyguardPinBasedInputViewController<KeyguardPINView> {35 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController()
43 public class KeyguardPINView extends KeyguardPinBasedInputView { class53 public KeyguardPINView(Context context) { in KeyguardPINView() method in KeyguardPINView57 public KeyguardPINView(Context context, AttributeSet attrs) { in KeyguardPINView() method in KeyguardPINView
216 } else if (keyguardInputView instanceof KeyguardPINView) { in create()217 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()