Searched refs:PasswordTextView (Results 1 – 9 of 9) sorted by relevance
59 PasswordTextView.DISAPPEAR_DURATION + 100L71 PasswordTextView.DISAPPEAR_DURATION + 100L
89 @Mock lateinit var passwordTextView: PasswordTextView105 `when`(mockKeyguardPinView.findViewById<PasswordTextView>(R.id.pinEntry))
56 private PasswordTextView mPasswordEntry;
62 private PasswordTextView mPasswordEntry;
54 private PasswordTextView mTextView;66 if (v != null && v instanceof PasswordTextView) {67 mTextView = (PasswordTextView) v;
55 public class PasswordTextView extends FrameLayout { class112 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView116 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView120 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView124 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView139 a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
122 mValueAnimator.setDuration(PasswordTextView.DISAPPEAR_DURATION);186 animator.setDuration(PasswordTextView.APPEAR_DURATION); in createAnimator()
37 protected PasswordTextView mPasswordEntry;
52 protected PasswordTextView mPasswordEntry;