Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java101 private View mSearchHeaderView; field in DefaultContactBrowseListFragment
497 mSearchHeaderView = inflater.inflate(R.layout.search_header, null, false); in onCreateView()
498 headerContainer.addView(mSearchHeaderView); in onCreateView()
503 mSearchProgressText = (TextView) mSearchHeaderView.findViewById(R.id.totalContactsText); in onCreateView()
800 if (mSearchHeaderView != null) { in checkHeaderViewVisibility()
801 mSearchHeaderView.setVisibility(View.GONE); in checkHeaderViewVisibility()
817 mSearchHeaderView.setVisibility(View.GONE); in setListHeader()
820 mSearchHeaderView.setVisibility(View.VISIBLE); in setListHeader()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListFragment.java119 private View mSearchHeaderView; field in ConversationListFragment
301 if (mActivity == null || mSearchHeaderView == null) { in updateSearchResultHeader()
368 mSearchHeaderView = inflater.inflate(R.layout.search_results_view, null); in onActivityCreated()
370 mSearchHeaderView.findViewById(R.id.search_result_count_view); in onActivityCreated()
371 mListAdapter.addHeader(mSearchHeaderView); in onActivityCreated()