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.java40 private PasswordTextView mTextView;
51 if (v != null && v instanceof PasswordTextView) {
52 mTextView = (PasswordTextView) v;
DPasswordTextView.java54 public class PasswordTextView extends View { class
108 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView
112 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView
116 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView
120 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView
125 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
DKeyguardPinBasedInputView.java34 protected PasswordTextView mPasswordEntry;
182 mPasswordEntry.setUserActivityListener(new PasswordTextView.UserActivityListener() { in onFinishInflate()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPinBasedInputViewTest.java47 private PasswordTextView mPasswordEntry;