Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinViewControllerTest.kt59 private lateinit var objectKeyguardPINView: KeyguardPINView
61 @Mock private lateinit var mockKeyguardPinView: KeyguardPINView
117 .requireViewById(R.id.keyguard_pin_view) as KeyguardPINView
121 mKeyguardPinView: KeyguardPINView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java44 public class KeyguardPINView extends KeyguardPinBasedInputView { class
58 public KeyguardPINView(Context context) { in KeyguardPINView() method in KeyguardPINView
62 public KeyguardPINView(Context context, AttributeSet attrs) { in KeyguardPINView() method in KeyguardPINView
H A DKeyguardPinViewController.java31 extends KeyguardPinBasedInputViewController<KeyguardPINView> {
47 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController()
H A DKeyguardInputViewController.java259 } else if (keyguardInputView instanceof KeyguardPINView) { in create()
260 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DSideFpsController.kt55 import com.android.keyguard.KeyguardPINView
138 .setDuration(KeyguardPINView.ANIMATION_DURATION)