Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java51 private PasswordTextView mTextView;
62 if (v != null && v instanceof PasswordTextView) {
63 mTextView = (PasswordTextView) v;
H A DPasswordTextView.java56 public class PasswordTextView extends View { class
110 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView
114 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView
118 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView
122 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView
137 a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
H A DKeyguardPinBasedInputViewController.java36 protected PasswordTextView mPasswordEntry;
H A DKeyguardPinBasedInputView.java40 protected PasswordTextView mPasswordEntry;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java52 private PasswordTextView mPasswordEntry;
H A DKeyguardAbsKeyInputViewControllerTest.java57 private PasswordTextView mPasswordEntry;