Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupDetailFragment.java103 private View mGroupSourceView; field in GroupDetailFragment
380 if (mGroupSourceView == null) { in updateAccountType()
381 mGroupSourceView = GroupDetailDisplayUtils.getNewGroupSourceView(mContext); in updateAccountType()
386 mGroupSourceViewContainer.addView(mGroupSourceView); in updateAccountType()
391 mGroupSourceView.setVisibility(View.VISIBLE); in updateAccountType()
392 GroupDetailDisplayUtils.bindGroupSourceView(mContext, mGroupSourceView, in updateAccountType()
394 mGroupSourceView.setOnClickListener(new OnClickListener() { in updateAccountType()
410 } else if (mGroupSourceView != null) { in updateAccountType()
411 mGroupSourceView.setVisibility(View.GONE); in updateAccountType()