Searched refs:actionButtonTextResId (Results 1 – 2 of 2) sorted by relevance
156 @StringRes int actionButtonTextResId, in showError() argument162 mErrorView.setActionButtonText(actionButtonTextResId); in showError()201 @StringRes int actionButtonTextResId, in showEmpty() argument207 mEmptyView.setActionButtonText(actionButtonTextResId); in showEmpty()366 private void setActionButtonText(@StringRes int actionButtonTextResId) { in setActionButtonText() argument367 if (actionButtonTextResId > Constants.INVALID_RES_ID) { in setActionButtonText()368 ViewUtils.setText(mActionButton, actionButtonTextResId); in setActionButtonText()370 mActionButtonTextResId = actionButtonTextResId; in setActionButtonText()
106 @StringRes int actionButtonTextResId, View.OnClickListener actionButtonOnClickListener, in showEmpty() argument109 actionButtonTextResId, actionButtonOnClickListener, showActionButton); in showEmpty()