Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/app/
DContactListView.java137 int[] expandedGroups = mSavedState.mExpandedGroups; in setConnection()
452 int[] mExpandedGroups; field in ContactListView.SavedState
456 mExpandedGroups = expandedGroups; in SavedState()
461 mExpandedGroups = in.createIntArray(); in SavedState()
467 out.writeIntArray(mExpandedGroups); in writeToParcel()
DContactListTreeAdapter.java76 private ArrayList<Integer> mExpandedGroups; field in ContactListTreeAdapter
152 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()