Searched refs:mSearchProgress (Results 1 – 1 of 1) sorted by relevance
102 private View mSearchProgress; field in DefaultContactBrowseListFragment502 mSearchProgress = getView().findViewById(R.id.search_progress); in onCreateView()793 if (mSearchProgress != null) { in showSearchProgress()794 mSearchProgress.setVisibility(show ? View.VISIBLE : View.GONE); in showSearchProgress()