Searched refs:PasswordTextView (Results 1 – 9 of 9) sorted by relevance
59 PasswordTextView.DISAPPEAR_DURATION + 100L in testDelete()71 PasswordTextView.DISAPPEAR_DURATION + 100L in testReset()
102 @Mock lateinit var passwordTextView: PasswordTextView117 `when`(mockKeyguardPinView.findViewById<PasswordTextView>(R.id.pinEntry)) in setup()
64 private PasswordTextView mPasswordEntry;
54 private PasswordTextView mTextView;66 if (v != null && v instanceof PasswordTextView) {67 mTextView = (PasswordTextView) v;
48 public class PasswordTextView extends BasePasswordTextView { class92 public PasswordTextView(Context context) { in PasswordTextView() method in PasswordTextView96 public PasswordTextView(Context context, AttributeSet attrs) { in PasswordTextView() method in PasswordTextView100 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr) { in PasswordTextView() method in PasswordTextView104 public PasswordTextView(Context context, AttributeSet attrs, int defStyleAttr, in PasswordTextView() method in PasswordTextView119 a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); in PasswordTextView()
128 mValueAnimator.setDuration(PasswordTextView.DISAPPEAR_DURATION);203 animator.setDuration(PasswordTextView.APPEAR_DURATION); in createAnimator()
48 protected PasswordTextView mPasswordEntry;
54 protected PasswordTextView mPasswordEntry;
60 private PasswordTextView mPasswordEntry;