Home
last modified time | relevance | path

Searched refs:PasswordTextView (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DPinShapeNonHintingViewTest.kt59 PasswordTextView.DISAPPEAR_DURATION + 100L
71 PasswordTextView.DISAPPEAR_DURATION + 100L
H A DKeyguardPinViewControllerTest.kt89 @Mock lateinit var passwordTextView: PasswordTextView
105 `when`(mockKeyguardPinView.findViewById<PasswordTextView>(R.id.pinEntry))
H A DKeyguardPinBasedInputViewControllerTest.java56 private PasswordTextView mPasswordEntry;
H A DKeyguardAbsKeyInputViewControllerTest.java62 private PasswordTextView mPasswordEntry;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java54 private PasswordTextView mTextView;
66 if (v != null && v instanceof PasswordTextView) {
67 mTextView = (PasswordTextView) v;
H A DPasswordTextView.java55 public class PasswordTextView extends FrameLayout { class
112 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView
116 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView
120 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView
124 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView
139 a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
H A DPinShapeNonHintingView.java122 mValueAnimator.setDuration(PasswordTextView.DISAPPEAR_DURATION);
186 animator.setDuration(PasswordTextView.APPEAR_DURATION); in createAnimator()
H A DKeyguardPinBasedInputViewController.java37 protected PasswordTextView mPasswordEntry;
H A DKeyguardPinBasedInputView.java52 protected PasswordTextView mPasswordEntry;