Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardPINView.java23 import com.android.keyguard.KeyguardPINView;
33 public class CarKeyguardPINView extends KeyguardPINView {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinViewController.java29 extends KeyguardPinBasedInputViewController<KeyguardPINView> {
35 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController()
H A DKeyguardPINView.java43 public class KeyguardPINView extends KeyguardPinBasedInputView { class
53 public KeyguardPINView(Context context) { in KeyguardPINView() method in KeyguardPINView
57 public KeyguardPINView(Context context, AttributeSet attrs) { in KeyguardPINView() method in KeyguardPINView
H A DKeyguardInputViewController.java216 } else if (keyguardInputView instanceof KeyguardPINView) { in create()
217 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()