Home
last modified time | relevance | path

Searched refs:mErrorView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCommonControllerOverlay.java62 protected final TextView mErrorView; field in CommonControllerOverlay
115 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()
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java63 private ViewContainer mErrorView; field in LoadingFrameLayout
110 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()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletView.java58 private final TextView mErrorView; field in WalletView
82 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()