Searched refs:mErrorView (Results 1 – 3 of 3) sorted by relevance
62 protected final TextView mErrorView; field in CommonControllerOverlay115 mErrorView = createOverlayTextView(context); in CommonControllerOverlay()116 addView(mErrorView, matchParent); in CommonControllerOverlay()178 mErrorView.setPadding( in showErrorMessage()179 padding, mErrorView.getPaddingTop(), padding, mErrorView.getPaddingBottom()); in showErrorMessage()180 mErrorView.setText(message); in showErrorMessage()181 showMainView(mErrorView); in showErrorMessage()202 mErrorView.setVisibility(mMainView == mErrorView ? View.VISIBLE : View.INVISIBLE); in showMainView()275 boolean error = mErrorView.getVisibility() == View.VISIBLE; in onLayout()
63 private ViewContainer mErrorView; field in LoadingFrameLayout110 mErrorView = new ViewContainer(State.ERROR, errorLayoutId, R.id.loading_info_icon, in setErrorView()159 mErrorView.setIcon(iconResId); in showError()160 mErrorView.setMessage(messageResId); in showError()161 mErrorView.setSecondaryMessage(secondaryMessageResId); in showError()162 mErrorView.setActionButtonText(actionButtonTextResId); in showError()163 mErrorView.setActionButtonClickListener(actionButtonOnClickListener); in showError()164 mErrorView.setActionButtonVisible(showActionButton); in showError()236 mErrorView.setVisibilityFromState(state); in switchTo()
58 private final TextView mErrorView; field in WalletView82 mErrorView = requireViewById(R.id.error_view); in WalletView()124 mErrorView.setVisibility(GONE); in showCardCarousel()181 mErrorView.setVisibility(GONE); in showEmptyStateView()198 mErrorView.setText(message); in showErrorMessage()199 mErrorView.setVisibility(VISIBLE); in showErrorMessage()213 mErrorView.setVisibility(GONE); in hideErrorMessage()226 return mErrorView; in getErrorView()