Searched refs:KeyguardPINView (Results 1 – 5 of 5) sorted by relevance
59 private lateinit var objectKeyguardPINView: KeyguardPINView61 @Mock private lateinit var mockKeyguardPinView: KeyguardPINView117 .requireViewById(R.id.keyguard_pin_view) as KeyguardPINView121 mKeyguardPinView: KeyguardPINView
44 public class KeyguardPINView extends KeyguardPinBasedInputView { class58 public KeyguardPINView(Context context) { in KeyguardPINView() method in KeyguardPINView62 public KeyguardPINView(Context context, AttributeSet attrs) { in KeyguardPINView() method in KeyguardPINView
31 extends KeyguardPinBasedInputViewController<KeyguardPINView> {47 protected KeyguardPinViewController(KeyguardPINView view, in KeyguardPinViewController()
259 } else if (keyguardInputView instanceof KeyguardPINView) { in create()260 return new KeyguardPinViewController((KeyguardPINView) keyguardInputView, in create()
55 import com.android.keyguard.KeyguardPINView138 .setDuration(KeyguardPINView.ANIMATION_DURATION)