Searched refs:showListView (Results 1 – 3 of 3) sorted by relevance
155 boolean showListView = cursor != null && cursor.getCount() > 0; in onCallsFetched()156 mRecyclerView.setVisibility(showListView ? View.VISIBLE : View.GONE); in onCallsFetched()157 mEmptyListView.setVisibility(!showListView ? View.VISIBLE : View.GONE); in onCallsFetched()
226 boolean showListView = cursor != null && cursor.getCount() > 0; in onCallsFetched()227 mRecyclerView.setVisibility(showListView ? View.VISIBLE : View.GONE); in onCallsFetched()228 mEmptyListView.setVisibility(!showListView ? View.VISIBLE : View.GONE); in onCallsFetched()
179 private void showListView() { in showListView() method in ConversationListFragment537 showListView(); in onCreateView()740 showListView(); in onResume()1056 showListView(); in hideLoadingViewAndShowContents()