Searched refs:mErrorText (Results 1 – 3 of 3) sorted by relevance
50 private TextView mErrorText; field in FaceEnrollEnrolling93 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 …]
165 private TextView mErrorText; field in FingerprintEnrollEnrolling304 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 …]
64 private TextView mErrorText; field in BiometricEnrollIntroduction181 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()