Home
last modified time | relevance | path

Searched refs:showActionButton (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
DLoadingFrameLayout.java139 boolean showActionButton) { in showError() argument
146 mErrorView.setActionButtonVisible(showActionButton); in showError()
185 boolean showActionButton) { in showEmpty() argument
191 mEmptyView.setActionButtonVisible(showActionButton); in showEmpty()
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java158 boolean showActionButton) { in showError() argument
164 mErrorView.setActionButtonVisible(showActionButton); in showError()
203 boolean showActionButton) { in showEmpty() argument
209 mEmptyView.setActionButtonVisible(showActionButton); in showEmpty()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java134 boolean showActionButton) { in showEmpty() argument
136 actionButtonTextResId, actionButtonOnClickListener, showActionButton); in showEmpty()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java226 showActionButton(); in showFeedback()
392 void showActionButton() { in showActionButton() method in TutorialController