HomeSort by relevance Sort by last modified time
    Searched refs:ExpandableListAdapter (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsView.java 21 import android.widget.ExpandableListAdapter;
28 implements SuggestionsListView<ExpandableListAdapter> {
30 SuggestionsAdapter<ExpandableListAdapter> mSuggestionsAdapter;
36 public void setSuggestionsAdapter(SuggestionsAdapter<ExpandableListAdapter> adapter) {
41 public SuggestionsAdapter<ExpandableListAdapter> getSuggestionsAdapter() {
63 ExpandableListAdapter adapter = mSuggestionsAdapter.getListAdapter();
SuggestionsAdapter.java 23 import android.widget.ExpandableListAdapter;
30 * {@link ExpandableListAdapter}.
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 26 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 associated with this activity'
    [all...]
  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 23 * Base class for a {@link ExpandableListAdapter} used to provide data and Views
33 public abstract class BaseExpandableListAdapter implements ExpandableListAdapter,
ExpandableListAdapter.java 29 public interface ExpandableListAdapter {
ExpandableListConnector.java 44 * {@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) {
78 setExpandableListAdapter(expandableListAdapter);
82 * Point to the {@link ExpandableListAdapter} that will give us data/Views
84 * @param expandableListAdapter the adapter that supplies us with data/View
    [all...]
ExpandableListView.java 43 * {@link ExpandableListAdapter} associated with this view.
133 private ExpandableListAdapter mAdapter;
548 * {@link #setAdapter(ExpandableListAdapter)}.
555 "For ExpandableListView, use setAdapter(ExpandableListAdapter) instead of " +
589 public void setAdapter(ExpandableListAdapter adapter) {
608 public ExpandableListAdapter getExpandableListAdapter() {
    [all...]
FastScroller.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList3.java 21 import android.widget.ExpandableListAdapter;
37 private ExpandableListAdapter mAdapter;
ExpandableList1.java 29 import android.widget.ExpandableListAdapter;
38 * Demonstrates expandable lists using a custom {@link ExpandableListAdapter}
43 ExpandableListAdapter mAdapter;
  /cts/tests/tests/widget/src/android/widget/cts/util/
ExpandableListScenario.java 27 import android.widget.ExpandableListAdapter;
42 protected ExpandableListAdapter mAdapter;
60 protected ExpandableListAdapter createAdapter() {
278 final ExpandableListAdapter adapter = mAdapter;
295 public ExpandableListAdapter getAdapter() {
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java 25 import android.widget.ExpandableListAdapter;
37 private ExpandableListAdapter mAdapter;
ExpandableListViewTest.java 36 import android.widget.ExpandableListAdapter;
95 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter();
102 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter();
130 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter();
150 expandableListView.setAdapter((ExpandableListAdapter) null);
160 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter();
180 expandableListView.setAdapter((ExpandableListAdapter) null);
396 private class MockExpandableListAdapter implements ExpandableListAdapter {
ExpandableListTester.java 23 import android.widget.ExpandableListAdapter;
32 private final ExpandableListAdapter mAdapter;
  /cts/tests/app/app/src/android/app/stubs/
ExpandableListTestActivity.java 29 import android.widget.ExpandableListAdapter;
44 private ExpandableListAdapter mAdapter;
80 final ExpandableListAdapter a = getExpandableListAdapter();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java 28 import android.widget.ExpandableListAdapter;
35 public class FakeExpandableAdapter implements ExpandableListAdapter, HeterogeneousExpandableList {
109 // ---- ExpandableListAdapter
  /packages/apps/Messaging/src/com/android/messaging/ui/
VCardDetailFragment.java 30 import android.widget.ExpandableListAdapter;
116 mListView.setAdapter((ExpandableListAdapter) null);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 51 import android.widget.ExpandableListAdapter;
541 * {@link ExpandableListAdapter} that shows {@link GroupDelta} settings,
698 * Handle any clicks on {@link ExpandableListAdapter} children, which
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 508 milliseconds

1 2