Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java102 private View mSearchProgress; field in DefaultContactBrowseListFragment
502 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()