Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java50 private TextView mErrorText; field in FaceEnrollEnrolling
93 mErrorText = findViewById(R.id.error_text); in onCreate()
223 mErrorText.setText(error); in showError()
224 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()
225 mErrorText.setVisibility(View.VISIBLE); in showError()
226 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
228 mErrorText.setAlpha(0f); in showError()
229 mErrorText.animate() in showError()
236 mErrorText.animate().cancel(); in showError()
237 mErrorText.setAlpha(1f); in showError()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java165 private TextView mErrorText; field in FingerprintEnrollEnrolling
304 mErrorText = findViewById(R.id.error_text); in onCreate()
446 mErrorText.removeCallbacks(mTouchAgainRunnable); in onCancelEnrollment()
767 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentHelp()
812 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentProgressChange()
813 mErrorText.postDelayed(mTouchAgainRunnable, HINT_TIMEOUT_DURATION); in onEnrollmentProgressChange()
867 mErrorText.setText(error); in showError()
868 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()
869 mErrorText.setVisibility(View.VISIBLE); in showError()
870 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollIntroduction.java64 private TextView mErrorText; field in BiometricEnrollIntroduction
181 mErrorText = getErrorTextView(); in onCreate()
237 mErrorText.setText(null); in onResume()
238 mErrorText.setVisibility(View.GONE); in onResume()
241 mErrorText.setText(errorMsg); in onResume()
242 mErrorText.setVisibility(View.VISIBLE); in onResume()