Searched refs:mErrorText (Results 1 – 3 of 3) sorted by relevance
97 protected final TextView mErrorText; field in BiometricDialogView208 mErrorText = mLayout.findViewById(R.id.error); in BiometricDialogView()256 bundle.putInt(KEY_ERROR_TEXT_VISIBILITY, mErrorText.getVisibility()); in onSaveState()257 bundle.putCharSequence(KEY_ERROR_TEXT_STRING, mErrorText.getText()); in onSaveState()259 bundle.putInt(KEY_ERROR_TEXT_COLOR, mErrorText.getCurrentTextColor()); in onSaveState()291 mErrorText.setText(hint); in onAttachedToWindow()292 mErrorText.setContentDescription(mContext.getString(hint)); in onAttachedToWindow()293 mErrorText.setVisibility(View.VISIBLE); in onAttachedToWindow()295 mErrorText.setVisibility(View.INVISIBLE); in onAttachedToWindow()447 mErrorText.setText(message); in showTemporaryMessage()[all …]
151 mErrorText.setVisibility(View.INVISIBLE);169 mErrorText.setVisibility(View.INVISIBLE); in updateSize()218 mErrorText.setTranslationY(y); in updateSize()229 mErrorText.setAlpha(opacity); in updateSize()251 mErrorText.setVisibility(View.VISIBLE); in updateSize()292 mErrorText.setTextColor(mTextColor); in handleResetMessage()293 mErrorText.setVisibility(View.INVISIBLE); in handleResetMessage()
43 mErrorText.setText(getHintStringResourceId()); in handleResetMessage()44 mErrorText.setTextColor(mTextColor); in handleResetMessage()