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.java103 private View mEmptyAccountView; field in DefaultContactBrowseListFragment
318 makeViewVisible(mEmptyAccountView); in bindListHeader()
372 mEmptyAccountView.setVisibility(view == mEmptyAccountView ? View.VISIBLE : View.GONE); in makeViewVisible()
425 mEmptyAccountView = getEmptyAccountView(inflater); in inflateView()
427 contactListLayout.addView(mEmptyAccountView); in inflateView()