Searched refs:showEmptyView (Results 1 – 5 of 5) sorted by relevance
108 showEmptyView(); in init()191 public void showEmptyView() { in showEmptyView() method in RecentsTvView
973 showEmptyView(R.string.empty, R.drawable.cabinet); in showEmptyDirectory()978 showEmptyView(String.format(String.valueOf(msg), root.title), R.drawable.cabinet); in showNoResults()982 showEmptyView(R.string.query_error, R.drawable.hourglass); in showQueryError()985 private void showEmptyView(@StringRes int id, int drawable) { in showEmptyView() method in DirectoryFragment986 showEmptyView(getContext().getResources().getText(id), drawable); in showEmptyView()989 private void showEmptyView(CharSequence msg, int drawable) { in showEmptyView() method in DirectoryFragment
216 showEmptyView(R.string.recents_empty_message); in updateStack()296 public void showEmptyView(int msgResId) { in showEmptyView() method in RecentsView
549 mRecentsView.showEmptyView(); in onBusEvent()
742 mRecentsView.showEmptyView(event.msgResId); in onBusEvent()