收起ExpandableListView所有parent items
int count = ?mListAdapter.getGroupCount();?for (int i = 0; i <count ; i++)?? mListView.collapseGroup(i);?