HomeSort by relevance Sort by last modified time
    Searched defs:ExpandableListView (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 37 import android.widget.ExpandableListView;
40 import android.widget.ExpandableListView.OnChildClickListener;
41 import android.widget.ExpandableListView.OnGroupClickListener;
45 new ExpandableListView(mContext);
47 new ExpandableListView(mContext, null);
49 new ExpandableListView(mContext, null, 0);
54 new ExpandableListView(mContext, attrs);
55 new ExpandableListView(mContext, attrs, 0);
58 new ExpandableListView(null);
64 new ExpandableListView(null, null)
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 53 * default style for an {@link ExpandableListView} provides indicators which
54 * will be shown next to Views given to the {@link ExpandableListView}. The
60 * The context menu information set by an {@link ExpandableListView} will be a
68 * ExpandableListView in XML if the parent's size is also not strictly specified
71 * wrap_content if the ExpandableListView parent has a specific size, such as
86 public class ExpandableListView extends ListView {
131 /** Serves as the glue/translator between a ListView and an ExpandableListView */
222 public ExpandableListView(Context context) {
226 public ExpandableListView(Context context, AttributeSet attrs) {
230 public ExpandableListView(Context context, AttributeSet attrs, int defStyle)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 414 milliseconds