Searched refs:mExpandedGroups (Results 1 – 2 of 2) sorted by relevance
137 int[] expandedGroups = mSavedState.mExpandedGroups; in setConnection()452 int[] mExpandedGroups; field in ContactListView.SavedState456 mExpandedGroups = expandedGroups; in SavedState()461 mExpandedGroups = in.createIntArray(); in SavedState()467 out.writeIntArray(mExpandedGroups); in writeToParcel()
76 private ArrayList<Integer> mExpandedGroups; field in ContactListTreeAdapter152 mExpandedGroups = new ArrayList<Integer>(); in ContactListTreeAdapter()444 mExpandedGroups.remove(Integer.valueOf(groupPosition)); in onGroupCollapsed()454 mExpandedGroups.add(groupPosition); in onGroupExpanded()462 ArrayList<Integer> expandedGroups = mExpandedGroups; in getExpandedGroups()