Home
last modified time | relevance | path

Searched refs:mErrorText (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java92 private TextView mErrorText; field in FingerprintEnrollEnrolling
136 mErrorText = (TextView) findViewById(R.id.error_text); in onCreate()
259 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentHelp()
280 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentError()
289 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentProgressChange()
290 mErrorText.postDelayed(mTouchAgainRunnable, HINT_TIMEOUT_DURATION); in onEnrollmentProgressChange()
325 mErrorText.setText(error); in showError()
326 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()
327 mErrorText.setVisibility(View.VISIBLE); in showError()
328 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java93 private TextView mErrorText; field in FingerprintEnrollEnrolling
137 mErrorText = (TextView) findViewById(R.id.error_text); in onCreate()
263 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentHelp()
284 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentError()
293 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentProgressChange()
294 mErrorText.postDelayed(mTouchAgainRunnable, HINT_TIMEOUT_DURATION); in onEnrollmentProgressChange()
329 mErrorText.setText(error); in showError()
330 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()
331 mErrorText.setVisibility(View.VISIBLE); in showError()
332 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java47 private TextView mErrorText; field in FaceEnrollEnrolling
90 mErrorText = findViewById(R.id.error_text); in onCreate()
197 mErrorText.setText(error); in showError()
198 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()
199 mErrorText.setVisibility(View.VISIBLE); in showError()
200 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
202 mErrorText.setAlpha(0f); in showError()
203 mErrorText.animate() in showError()
210 mErrorText.animate().cancel(); in showError()
211 mErrorText.setAlpha(1f); in showError()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DFaceEnrollEnrolling.java47 private TextView mErrorText; field in FaceEnrollEnrolling
90 mErrorText = findViewById(R.id.error_text); in onCreate()
197 mErrorText.setText(error); in showError()
198 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()
199 mErrorText.setVisibility(View.VISIBLE); in showError()
200 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
202 mErrorText.setAlpha(0f); in showError()
203 mErrorText.animate() in showError()
210 mErrorText.animate().cancel(); in showError()
211 mErrorText.setAlpha(1f); in showError()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollIntroduction.java49 private TextView mErrorText; field in BiometricEnrollIntroduction
145 mErrorText = getErrorTextView(); in onCreate()
166 mErrorText.setText(null); in onResume()
167 mErrorText.setVisibility(View.GONE); in onResume()
170 mErrorText.setText(errorMsg); in onResume()
171 mErrorText.setVisibility(View.VISIBLE); in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DBiometricEnrollIntroduction.java48 private TextView mErrorText; field in BiometricEnrollIntroduction
135 mErrorText = getErrorTextView(); in onCreate()
154 mErrorText.setText(null); in onResume()
157 mErrorText.setText(errorMsg); in onResume()