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.java105 private TextView mGroupSize; field in GroupDetailFragment
156 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size); in onCreateView()
347 if (mGroupSize != null) { in updateSize()
348 mGroupSize.setText(groupSizeString); in updateSize()