Searched refs:mErrorView (Results 1 – 1 of 1) sorted by relevance
67 private final TextView mErrorView; field in WalletView90 mErrorView = requireViewById(R.id.error_view); in WalletView()181 mErrorView.setVisibility(GONE); in showCardCarousel()210 mErrorView.setVisibility(GONE); in showEmptyStateView()226 mErrorView.setText(message); in showErrorMessage()227 mErrorView.setVisibility(VISIBLE); in showErrorMessage()249 mErrorView.setVisibility(GONE); in hideErrorMessage()267 return mErrorView; in getErrorView()