Searched refs:PasswordTextView (Results 1 – 4 of 4) sorted by relevance
40 private PasswordTextView mTextView;51 if (v != null && v instanceof PasswordTextView) {52 mTextView = (PasswordTextView) v;
54 public class PasswordTextView extends View { class108 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView112 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView116 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView120 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView125 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
34 protected PasswordTextView mPasswordEntry;182 mPasswordEntry.setUserActivityListener(new PasswordTextView.UserActivityListener() { in onFinishInflate()
47 private PasswordTextView mPasswordEntry;