Searched refs:KeyguardPINView (Results 1 – 5 of 5) sorted by relevance
68 private lateinit var objectKeyguardPINView: KeyguardPINView70 @Mock private lateinit var mockKeyguardPinView: KeyguardPINView131 .requireViewById(R.id.keyguard_pin_view) as KeyguardPINView in setup()135 mKeyguardPinView: KeyguardPINView in constructPinViewController()
50 public class KeyguardPINView extends KeyguardPinBasedInputView { class69 public KeyguardPINView(Context context) { in KeyguardPINView() method in KeyguardPINView73 public KeyguardPINView(Context context, AttributeSet attrs) { in KeyguardPINView() method in KeyguardPINView
37 extends KeyguardPinBasedInputViewController<KeyguardPINView> {54 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController()
272 } else if (keyguardInputView instanceof KeyguardPINView) { in create()273 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()
34 import com.android.keyguard.KeyguardPINView in <lambda>()182 .setDuration(KeyguardPINView.ANIMATION_DURATION) in <lambda>()