Searched refs:mErrorText (Results 1 – 3 of 3) sorted by relevance
55 private TextView mErrorText; field in FaceEnrollEnrolling102 mErrorText = findViewById(R.id.error_text); in onCreate()232 mErrorText.setText(error); in showError()233 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()234 mErrorText.setVisibility(View.VISIBLE); in showError()235 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()237 mErrorText.setAlpha(0f); in showError()238 mErrorText.animate() in showError()245 mErrorText.animate().cancel(); in showError()246 mErrorText.setAlpha(1f); in showError()[all …]
167 private TextView mErrorText; field in FingerprintEnrollEnrolling281 mErrorText = findViewById(R.id.error_text); in onCreate()432 mErrorText.removeCallbacks(mTouchAgainRunnable); in onCancelEnrollment()787 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentHelp()836 mErrorText.removeCallbacks(mTouchAgainRunnable); in onEnrollmentProgressChange()837 mErrorText.postDelayed(mTouchAgainRunnable, HINT_TIMEOUT_DURATION); in onEnrollmentProgressChange()940 mErrorText.setText(error); in showError()941 if (mErrorText.getVisibility() == View.INVISIBLE) { in showError()942 mErrorText.setVisibility(View.VISIBLE); in showError()943 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()[all …]
66 private TextView mErrorText; field in BiometricEnrollIntroduction189 mErrorText = getErrorTextView(); in onCreate()252 mErrorText.setText(null); in onResume()253 mErrorText.setVisibility(View.GONE); in onResume()256 mErrorText.setText(errorMsg); in onResume()257 mErrorText.setVisibility(View.VISIBLE); in onResume()