Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListConnector.java75 public ExpandableListConnector(ExpandableListAdapter expandableListAdapter) { in ExpandableListConnector() argument
78 setExpandableListAdapter(expandableListAdapter); in ExpandableListConnector()
86 public void setExpandableListAdapter(ExpandableListAdapter expandableListAdapter) { in setExpandableListAdapter() argument
91 mExpandableListAdapter = expandableListAdapter; in setExpandableListAdapter()
92 expandableListAdapter.registerDataSetObserver(mDataSetObserver); in setExpandableListAdapter()