Searched refs:ExpandableListConnector (Results 1 – 3 of 3) sorted by relevance
33 import android.widget.ExpandableListConnector.PositionMetadata;130 private ExpandableListConnector mConnector;595 mConnector = new ExpandableListConnector(adapter); in setAdapter()1281 ArrayList<ExpandableListConnector.GroupMetadata> expandedGroupMetadataList;1288 ArrayList<ExpandableListConnector.GroupMetadata> expandedGroupMetadataList) { in SavedState()1298 expandedGroupMetadataList = new ArrayList<ExpandableListConnector.GroupMetadata>(); in SavedState()1299 in.readList(expandedGroupMetadataList, ExpandableListConnector.class.getClassLoader()); in SavedState()
50 class ExpandableListConnector extends BaseAdapter implements Filterable { class75 public ExpandableListConnector(ExpandableListAdapter expandableListAdapter) { in ExpandableListConnector() method in ExpandableListConnector
961 if (adapter instanceof ExpandableListConnector) { in getSectionsFromIndexer()962 final ExpandableListAdapter expAdapter = ((ExpandableListConnector) adapter) in getSectionsFromIndexer()