Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupDetailFragment.java104 private TextView mGroupSize; field in GroupDetailFragment
155 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size); in onCreateView()
346 if (mGroupSize != null) { in updateSize()
347 mGroupSize.setText(groupSizeString); in updateSize()