Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java39 private PasswordTextView mTextView;
50 if (v != null && v instanceof PasswordTextView) {
51 mTextView = (PasswordTextView) v;
DPasswordTextView.java52 public class PasswordTextView extends View { class
106 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView
110 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView
114 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView
118 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView
123 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
DKeyguardPinBasedInputView.java32 protected PasswordTextView mPasswordEntry;
180 mPasswordEntry.setUserActivityListener(new PasswordTextView.UserActivityListener() { in onFinishInflate()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPinBasedInputViewTest.java46 private PasswordTextView mPasswordEntry;