List of usage examples for android.widget ExpandableListView.OnGroupCollapseListener interface-usage
From source file com.android.calendar.selectcalendars.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 {@link android.widget.ExpandableListView
From source file com.aboveware.abovegame.expandable.ExpandableListFragment.java
public abstract class ExpandableListFragment extends Fragment implements OnCreateContextMenuListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener, AdapterView.OnItemLongClickListener { static final int INTERNAL_EMPTY_ID = 0x00ff0001; static final int INTERNAL_LIST_CONTAINER_ID = 0x00ff0003;
From source file at.wada811.app.fragment.ExpandableListFragment.java
/** * An fragment 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. */ public class ExpandableListFragment extends Fragment
From source file com.money.manager.ex.common.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.aboveware.actionbar.support.ExpandableListFragmentSupport.java
public abstract class ExpandableListFragmentSupport extends Fragment implements OnCreateContextMenuListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener, AdapterView.OnItemLongClickListener, IExpandableListFragment { static final int INTERNAL_EMPTY_ID = 0x00ff0001; static final int INTERNAL_LIST_CONTAINER_ID = 0x00ff0003;
From source file com.aboveware.actionbar.honeycomb.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 dev.drsoran.moloko.fragments.base.MolokoExpandableListFragment.java
public abstract class MolokoExpandableListFragment<D> extends SherlockListFragment implements IConfigurable, IOnSettingsChangedListener, LoaderCallbacks<List<D>>, LoaderExpandableListFragmentImpl.Support<D>, IRtmAccessLevelAware, ExpandableListView.OnGroupClickListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener { private final ConfigurableFragmentImpl baseImpl;
From source file edu.usf.cutr.opentripplanner.android.util.ExpandableListFragment.java
/**
* @author Khoa Tran
* @see android.support.v4.app.ListFragment
* @see android.app.ExpandableListActivity
*/
From source file id.nci.stm_9.ExpandableListFragment.java
/**
* @author Khoa Tran
*
* @see android.support.v4.app.ListFragment
* @see android.app.ExpandableListActivity
*
From source file org.sufficientlysecure.keychain.ui.widget.ExpandableListFragment.java
/**
* @author Khoa Tran
*
* @see android.support.v4.app.ListFragment
* @see android.app.ExpandableListActivity
*