Searched refs:mErrorText (Results 1 – 6 of 6) sorted by relevance
92 private TextView mErrorText; field in FingerprintEnrollEnrolling136 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 …]
93 private TextView mErrorText; field in FingerprintEnrollEnrolling137 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 …]
47 private TextView mErrorText; field in FaceEnrollEnrolling90 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 …]
49 private TextView mErrorText; field in BiometricEnrollIntroduction145 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()
48 private TextView mErrorText; field in BiometricEnrollIntroduction135 mErrorText = getErrorTextView(); in onCreate()154 mErrorText.setText(null); in onResume()157 mErrorText.setText(errorMsg); in onResume()