List of usage examples for android.widget ExpandableListView.OnGroupExpandListener interface-usage
From source file com.actionbarsherlock.app.ExpandableListFragment.java
/**
* This class has originally been taken from
* http://stackoverflow.com/questions/6051050/expandablelistfragment-with-loadermanager-for-compatibility-package
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to work with the v4 r4 compatibility
* library. With inspirations from the library source.
*
From source file de.memorian.ps4trophaen.util.ExpandableListFragment.java
/**
* This class has originally been taken from
* http://stackoverflow.com/questions/6051050/expandablelistfragment-with-loadermanager-for-compatibility-package
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to
* work with the v4 r4 compatibility library. With inspirations from the library
* source.
From source file br.unb.mobileMedia.core.view.ExpandableListFragment.java
/**
* This class has originally been taken from
* http://stackoverflow.com/questions/6051050/expandablelistfragment-with-loadermanager-for-compatibility-package
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to work with the v4 r4 compatibility
* library. With inspirations from the library source.
*
From source file com.matt.remotenotifier.ExpandableListFragment.java
/**
* This class has originally been taken from
* http://stackoverflow.com/questions/6051050/expandablelistfragment-with-loadermanager-for-compatibility-package
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to work with the v4 r4 compatibility
* library. With inspirations from the library source.
*
From source file org.everyuse.android.widget.ExpandableListFragment.java
/**
* This class has originally been taken from
* http://stackoverflow.com/questions/6051050/expandablelistfragment-with-loadermanager-for-compatibility-package
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to work with the v4 r4 compatibility
* library. With inspirations from the library source.
*
From source file com.money.manager.ex.fragment.ExpandableListFragment.java
/**
* This class has originally been taken from
* http://stackoverflow.com/questions/6051050/expandablelistfragment-with-loadermanager-for-compatibility-package
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to work with the v4 r4 compatibility
* library. With inspirations from the library source.
*
From source file libraries.stackoverflow.ExpandableListFragment.java
/**
* This class has originally been taken from
* <url>http://stackoverflow.com/a/10424766/1741111</url>
* and then modified by Manfred Moser <manfred@simpligility.com> to get it to work with
* the v4 r4 compatibility library. With inspirations from the library source.
*
From source file com.todoroo.astrid.activity.ExpandableListFragment.java
@SuppressWarnings("nls") public class ExpandableListFragment extends Fragment implements OnCreateContextMenuListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener { static final int INTERNAL_EMPTY_ID = 0x00ff0001;
From source file asu.edu.msse.gpeddabu.moviedescriptions.MovieListAdapter.java
public class MovieListAdapter extends BaseExpandableListAdapter implements View.OnTouchListener, ExpandableListView.OnGroupExpandListener, ExpandableListView.OnGroupCollapseListener { private TextView currSelection = null; private MainActivity parent; //linked hash map ensures consistent order for iteration and toarray.
From source file edu.nd.darts.cimon.ExpandableListActivity.java
/**
*
* ***NOTE***
* This is a copy of android.app.ExpandableListActivity designed to extend
* FragmentActivity rather than Activity. This will make ExpandableListActivity
* compatible with the android.support.v4 package, which currently does not