Searched refs:PasswordTextView (Results 1 – 4 of 4) sorted by relevance
39 private PasswordTextView mTextView;50 if (v != null && v instanceof PasswordTextView) {51 mTextView = (PasswordTextView) v;
52 public class PasswordTextView extends View { class106 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView110 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView114 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView118 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView123 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
32 protected PasswordTextView mPasswordEntry;180 mPasswordEntry.setUserActivityListener(new PasswordTextView.UserActivityListener() { in onFinishInflate()
46 private PasswordTextView mPasswordEntry;