Home
last modified time | relevance | path

Searched refs:KeyguardPasswordView (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java59 public class KeyguardPasswordView extends KeyguardAbsKeyInputView { class
78 public KeyguardPasswordView(Context context) { in KeyguardPasswordView() method in KeyguardPasswordView
82 public KeyguardPasswordView(Context context, AttributeSet attrs) { in KeyguardPasswordView() method in KeyguardPasswordView
H A DKeyguardPasswordViewController.java49 extends KeyguardAbsKeyInputViewController<KeyguardPasswordView> {
96 protected KeyguardPasswordViewController(KeyguardPasswordView view, in KeyguardPasswordViewController()
H A DKeyguardInputViewController.java252 } else if (keyguardInputView instanceof KeyguardPasswordView) { in create()
253 return new KeyguardPasswordViewController((KeyguardPasswordView) keyguardInputView, in create()
H A DKeyguardSecurityContainer.java598 && mSecurityViewFlipper.getSecurityView() instanceof KeyguardPasswordView) { in startDisappearAnimation()
599 ((KeyguardPasswordView) mSecurityViewFlipper.getSecurityView()) in startDisappearAnimation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java403 KeyguardPasswordView keyguardPasswordView = mock(KeyguardPasswordView.class); in testDisappearAnimationPassword()
484 KeyguardPasswordView keyguardPasswordView = mock(KeyguardPasswordView.class); in ensureViewFlipperIsMocked()
H A DKeyguardPasswordViewControllerTest.kt51 @Mock private lateinit var keyguardPasswordView: KeyguardPasswordView
H A DKeyguardSecurityContainerControllerTest.kt150 private lateinit var keyguardPasswordView: KeyguardPasswordView
179 as KeyguardPasswordView