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.java102 private View mGroupSourceView; field in GroupDetailFragment
379 if (mGroupSourceView == null) { in updateAccountType()
380 mGroupSourceView = GroupDetailDisplayUtils.getNewGroupSourceView(mContext); in updateAccountType()
385 mGroupSourceViewContainer.addView(mGroupSourceView); in updateAccountType()
390 mGroupSourceView.setVisibility(View.VISIBLE); in updateAccountType()
391 GroupDetailDisplayUtils.bindGroupSourceView(mContext, mGroupSourceView, in updateAccountType()
393 mGroupSourceView.setOnClickListener(new OnClickListener() { in updateAccountType()
409 } else if (mGroupSourceView != null) { in updateAccountType()
410 mGroupSourceView.setVisibility(View.GONE); in updateAccountType()