Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java106 private View mEmptyAccountView; field in DefaultContactBrowseListFragment
321 makeViewVisible(mEmptyAccountView); in bindListHeader()
375 mEmptyAccountView.setVisibility(view == mEmptyAccountView ? View.VISIBLE : View.GONE); in makeViewVisible()
428 mEmptyAccountView = getEmptyAccountView(inflater); in inflateView()
430 contactListLayout.addView(mEmptyAccountView); in inflateView()