List of usage examples for android.widget ExpandableListView.OnGroupCollapseListener interface-usage
From source file com.elsdoerfer.android.autostarts.compat.ExpandableListFragmentActivity.java
/**
* An activity that displays an expandable list of items by binding to a data
* source implementing the ExpandableListAdapter, and exposes event handlers
* when the user selects an item.
* <p>
* ExpandableListActivity hosts a
From source file com.readboy.mathproblem.app.ExpandableListFragment.java
interface ExpandableListListener extends ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupClickListener, ExpandableListView.OnGroupExpandListener, ExpandableListView.OnGroupCollapseListener { }