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.java38 private final TextView mErrorTextView; field in FingerprintUiHelper
70 mErrorTextView = errorTextView; in FingerprintUiHelper()
124 mErrorTextView.removeCallbacks(mResetErrorTextRunnable); in onAuthenticationSucceeded()
126 mErrorTextView.setTextColor( in onAuthenticationSucceeded()
127 mErrorTextView.getResources().getColor(R.color.success_color, null)); in onAuthenticationSucceeded()
128 mErrorTextView.setText( in onAuthenticationSucceeded()
129 mErrorTextView.getResources().getString(R.string.fingerprint_success)); in onAuthenticationSucceeded()
140 mErrorTextView.setText(error); in showError()
141 mErrorTextView.setTextColor( in showError()
142 mErrorTextView.getResources().getColor(R.color.warning_color, null)); in showError()
[all …]