Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPinViewControllerTest.kt68 private lateinit var objectKeyguardPINView: KeyguardPINView
70 @Mock private lateinit var mockKeyguardPinView: KeyguardPINView
131 .requireViewById(R.id.keyguard_pin_view) as KeyguardPINView in setup()
135 mKeyguardPinView: KeyguardPINView in constructPinViewController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java50 public class KeyguardPINView extends KeyguardPinBasedInputView { class
69 public KeyguardPINView(Context context) { in KeyguardPINView() method in KeyguardPINView
73 public KeyguardPINView(Context context, AttributeSet attrs) { in KeyguardPINView() method in KeyguardPINView
DKeyguardPinViewController.java37 extends KeyguardPinBasedInputViewController<KeyguardPINView> {
54 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController()
DKeyguardInputViewController.java272 } else if (keyguardInputView instanceof KeyguardPINView) { in create()
273 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinder.kt34 import com.android.keyguard.KeyguardPINView in <lambda>()
182 .setDuration(KeyguardPINView.ANIMATION_DURATION) in <lambda>()