Home
last modified time | relevance | path

Searched refs:keyguardInputView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputViewController.java252 public KeyguardInputViewController create(KeyguardInputView keyguardInputView, in create() argument
256 keyguardInputView.findViewById(R.id.emergency_call_button)); in create()
258 if (keyguardInputView instanceof KeyguardPatternView) { in create()
259 return new KeyguardPatternViewController((KeyguardPatternView) keyguardInputView, in create()
264 } else if (keyguardInputView instanceof KeyguardPasswordView) { in create()
265 return new KeyguardPasswordViewController((KeyguardPasswordView) keyguardInputView, in create()
272 } else if (keyguardInputView instanceof KeyguardPINView) { in create()
273 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()
280 } else if (keyguardInputView instanceof KeyguardSimPinView) { in create()
281 return new KeyguardSimPinViewController((KeyguardSimPinView) keyguardInputView, in create()
[all …]