List of usage examples for android.widget ExpandableListView.OnChildClickListener 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.chatwingsdk.fragments.BaseExpandableListFragment.java
/** * Created by nguyenthanhhuy on 10/30/13. */ public abstract class BaseExpandableListFragment extends Fragment implements ExpandableListView.OnChildClickListener, LoaderManager.LoaderCallbacks<Cursor> {
From source file com.chatwing.whitelabel.fragments.BaseExpandableListFragment.java
/** * Created by nguyenthanhhuy on 10/30/13. */ public abstract class BaseExpandableListFragment extends Fragment implements ExpandableListView.OnChildClickListener, LoaderManager.LoaderCallbacks<Cursor> {
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;