Searched refs:mErrorView (Results 1 – 3 of 3) sorted by relevance
93 protected TextView mErrorView; field in AuthCredentialView111 private final TextView mErrorView; field in AuthCredentialView.ErrorTimer125 mErrorView = errorView; in ErrorTimer()132 mErrorView.setText(mContext.getString( in onTick()138 if (mErrorView != null) { in onFinish()139 mErrorView.setText(""); in onFinish()147 if (mErrorView != null) {148 mErrorView.setText("");168 if (mErrorView != null) { in showError()169 mErrorView.setText(error); in showError()[all …]
179 || mDescriptionView == null || mPasswordField == null || mErrorView == null) { in onLayout()
66 private final TextView mErrorView; field in WalletView89 mErrorView = requireViewById(R.id.error_view); in WalletView()180 mErrorView.setVisibility(GONE); in showCardCarousel()209 mErrorView.setVisibility(GONE); in showEmptyStateView()225 mErrorView.setText(message); in showErrorMessage()226 mErrorView.setVisibility(VISIBLE); in showErrorMessage()248 mErrorView.setVisibility(GONE); in hideErrorMessage()266 return mErrorView; in getErrorView()