HomeSort by relevance Sort by last modified time
    Searched refs:SimpleExpandableListAdapter (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/widget/
SimpleExpandableListAdapter.java 39 public class SimpleExpandableListAdapter extends BaseExpandableListAdapter {
58 * associated with this {@link SimpleExpandableListAdapter} is
90 public SimpleExpandableListAdapter(Context context,
103 * associated with this {@link SimpleExpandableListAdapter} is
138 public SimpleExpandableListAdapter(Context context,
152 * associated with this {@link SimpleExpandableListAdapter} is
192 public SimpleExpandableListAdapter(Context context,
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 28 import android.widget.SimpleExpandableListAdapter;
37 * Test {@link SimpleExpandableListAdapter}.
64 private SimpleExpandableListAdapter mSimpleExpandableListAdapter;
95 mSimpleExpandableListAdapter = new SimpleExpandableListAdapter(mContext,
105 new SimpleExpandableListAdapter(mContext,
109 new SimpleExpandableListAdapter(mContext,
114 new SimpleExpandableListAdapter(mContext,
177 mSimpleExpandableListAdapter = new SimpleExpandableListAdapter(mContext,
241 mSimpleExpandableListAdapter = new SimpleExpandableListAdapter(mContext,
300 mSimpleExpandableListAdapter = new SimpleExpandableListAdapter(mContext
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList3.java 22 import android.widget.SimpleExpandableListAdapter;
62 mAdapter = new SimpleExpandableListAdapter(
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 35 import android.widget.SimpleExpandableListAdapter;
151 mGattServicesList.setAdapter((SimpleExpandableListAdapter) null);
287 SimpleExpandableListAdapter gattServiceAdapter = new SimpleExpandableListAdapter(
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 35 import android.widget.SimpleExpandableListAdapter;
151 mGattServicesList.setAdapter((SimpleExpandableListAdapter) null);
287 SimpleExpandableListAdapter gattServiceAdapter = new SimpleExpandableListAdapter(
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 35 import android.widget.SimpleExpandableListAdapter;
151 mGattServicesList.setAdapter((SimpleExpandableListAdapter) null);
287 SimpleExpandableListAdapter gattServiceAdapter = new SimpleExpandableListAdapter(
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 29 import android.widget.SimpleExpandableListAdapter;
95 * {@link SimpleCursorTreeAdapter} and {@link SimpleExpandableListAdapter}.
102 * {@link Cursor}s and the {@link SimpleExpandableListAdapter} fetches data
145 * {@link android.widget.SimpleExpandableListAdapter SimpleExpandableListAdapter}
  /cts/tests/app/src/android/app/cts/
ExpandableListTestActivity.java 31 import android.widget.SimpleExpandableListAdapter;
69 mAdapter = new SimpleExpandableListAdapter(this, groupData,
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /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/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 364 milliseconds