Home | History | Annotate | Download | only in widget

Lines Matching refs:expandedGroupMetadataList

735     void setExpandedGroupMetadataList(ArrayList<GroupMetadata> expandedGroupMetadataList) {
737 if ((expandedGroupMetadataList == null) || (mExpandableListAdapter == null)) {
744 for (int i = expandedGroupMetadataList.size() - 1; i >= 0; i--) {
745 if (expandedGroupMetadataList.get(i).gPos >= numGroups) {
751 mExpGroupMetadataList = expandedGroupMetadataList;