Home
last modified time | relevance | path

Searched refs:mErrorTextView (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintUiHelper.java34 private final TextView mErrorTextView; field in FingerprintUiHelper
47 mErrorTextView = errorTextView; in FingerprintUiHelper()
105 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()
107 mErrorTextView.setTextColor( in onAuthenticationSucceeded()
108 mErrorTextView.getResources().getColor(R.color.success_color, null)); in onAuthenticationSucceeded()
109 mErrorTextView.setText( in onAuthenticationSucceeded()
110 mErrorTextView.getResources().getString(R.string.fingerprint_success)); in onAuthenticationSucceeded()
121 mErrorTextView.setText(error); in showError()
122 mErrorTextView.setTextColor( in showError()
123 mErrorTextView.getResources().getColor(R.color.warning_color, null)); in showError()
[all …]
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintUiHelper.java42 private final TextView mErrorTextView; field in FingerprintUiHelper
74 mErrorTextView = errorTextView; in FingerprintUiHelper()
128 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()
130 mErrorTextView.setTextColor( in onAuthenticationSucceeded()
131 mErrorTextView.getResources().getColor(R.color.success_color, null)); in onAuthenticationSucceeded()
132 mErrorTextView.setText( in onAuthenticationSucceeded()
133 mErrorTextView.getResources().getString(R.string.fingerprint_success)); in onAuthenticationSucceeded()
144 mErrorTextView.setText(error); in showError()
145 mErrorTextView.setTextColor( in showError()
146 mErrorTextView.getResources().getColor(R.color.warning_color, null)); in showError()
[all …]