Searched refs:actionButtonTextResId (Results 1 – 3 of 3) 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()
137 @StringRes int actionButtonTextResId, in showError() argument144 mErrorView.setActionButtonText(actionButtonTextResId); in showError()183 @StringRes int actionButtonTextResId, in showEmpty() argument189 mEmptyView.setActionButtonText(actionButtonTextResId); in showEmpty()298 private void setActionButtonText(@StringRes int actionButtonTextResId) { in setActionButtonText() argument302 if (actionButtonTextResId != INVALID_RES_ID) { in setActionButtonText()303 mActionButton.setText(actionButtonTextResId); in setActionButtonText()
133 @StringRes int actionButtonTextResId, View.OnClickListener actionButtonOnClickListener, in showEmpty() argument136 actionButtonTextResId, actionButtonOnClickListener, showActionButton); in showEmpty()