Searched refs:ExpandableListAdapter (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java26 import android.widget.ExpandableListAdapter;
35 * source implementing the ExpandableListAdapter, and exposes event handlers
90 * The {@link ExpandableListAdapter} set in the {@link ExpandableListActivity}
91 * via {@link #setListAdapter(ExpandableListAdapter)} provides the {@link View}s
94 * {@link ExpandableListAdapter}s that simplify use of adapters:
143 * {@link android.widget.ExpandableListAdapter ExpandableListAdapter} interface.
158 ExpandableListAdapter mAdapter;
241 public void setListAdapter(ExpandableListAdapter adapter) {
261 * Get the ExpandableListAdapter associate
[all...]
/frameworks/base/core/java/android/widget/
H A DBaseExpandableListAdapter.java23 * Base class for a {@link ExpandableListAdapter} used to provide data and Views
33 public abstract class BaseExpandableListAdapter implements ExpandableListAdapter,
H A DExpandableListAdapter.java29 public interface ExpandableListAdapter { interface
H A DExpandableListConnector.java44 * {@link ExpandableListAdapter} which provides the data.
47 * ListAdapter expects to/from group and child positions that the ExpandableListAdapter
52 * The ExpandableListAdapter to fetch the data/Views for this expandable list
54 private ExpandableListAdapter mExpandableListAdapter;
69 /** Change observer used to have ExpandableListAdapter changes pushed to us */
75 public ExpandableListConnector(ExpandableListAdapter expandableListAdapter) {
82 * Point to the {@link ExpandableListAdapter} that will give us data/Views
86 public void setExpandableListAdapter(ExpandableListAdapter expandableListAdapter) {
724 ExpandableListAdapter getAdapter() {
729 ExpandableListAdapter adapte
[all...]
H A DExpandableListView.java45 * {@link ExpandableListAdapter} associated with this view.
135 private ExpandableListAdapter mAdapter;
550 * {@link #setAdapter(ExpandableListAdapter)}.
557 "For ExpandableListView, use setAdapter(ExpandableListAdapter) instead of " +
591 public void setAdapter(ExpandableListAdapter adapter) {
610 public ExpandableListAdapter getExpandableListAdapter() {
1086 * {@link ExpandableListAdapter} or {@link ExpandableListView} method can
1138 * This is useful since there is no ListAdapter ID -> ExpandableListAdapter
H A DFastScroller.java908 final ExpandableListAdapter expAdapter = ((ExpandableListConnector) adapter)
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java28 import android.widget.ExpandableListAdapter;
35 public class FakeExpandableAdapter implements ExpandableListAdapter, HeterogeneousExpandableList {
109 // ---- ExpandableListAdapter

Completed in 208 milliseconds