Searched refs:KeyguardPasswordView (Results 1 – 7 of 7) sorted by relevance
59 public class KeyguardPasswordView extends KeyguardAbsKeyInputView { class78 public KeyguardPasswordView(Context context) { in KeyguardPasswordView() method in KeyguardPasswordView82 public KeyguardPasswordView(Context context, AttributeSet attrs) { in KeyguardPasswordView() method in KeyguardPasswordView
49 extends KeyguardAbsKeyInputViewController<KeyguardPasswordView> {96 protected KeyguardPasswordViewController(KeyguardPasswordView view, in KeyguardPasswordViewController()
252 } else if (keyguardInputView instanceof KeyguardPasswordView) { in create()253 return new KeyguardPasswordViewController((KeyguardPasswordView) keyguardInputView, in create()
598 && mSecurityViewFlipper.getSecurityView() instanceof KeyguardPasswordView) { in startDisappearAnimation()599 ((KeyguardPasswordView) mSecurityViewFlipper.getSecurityView()) in startDisappearAnimation()
403 KeyguardPasswordView keyguardPasswordView = mock(KeyguardPasswordView.class); in testDisappearAnimationPassword()484 KeyguardPasswordView keyguardPasswordView = mock(KeyguardPasswordView.class); in ensureViewFlipperIsMocked()
51 @Mock private lateinit var keyguardPasswordView: KeyguardPasswordView
150 private lateinit var keyguardPasswordView: KeyguardPasswordView179 as KeyguardPasswordView