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

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 42 import android.widget.ExpandableListView;
45 import android.widget.ExpandableListView.OnChildClickListener;
46 import android.widget.ExpandableListView.OnGroupClickListener;
48 @TestTargetClass(ExpandableListView.class)
53 notes = "Test constructor(s) of {@link ExpandableListView}",
54 method = "ExpandableListView",
59 notes = "Test constructor(s) of {@link ExpandableListView}",
60 method = "ExpandableListView",
65 notes = "Test constructor(s) of {@link ExpandableListView}",
66 method = "ExpandableListView",
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 50 * default style for an {@link ExpandableListView} provides indicators which
51 * will be shown next to Views given to the {@link ExpandableListView}. The
57 * The context menu information set by an {@link ExpandableListView} will be a
65 * ExpandableListView in XML if the parent's size is also not strictly specified
68 * wrap_content if the ExpandableListView parent has a specific size, such as
79 public class ExpandableListView extends ListView {
124 /** Serves as the glue/translator between a ListView and an ExpandableListView */
193 public ExpandableListView(Context context) {
197 public ExpandableListView(Context context, AttributeSet attrs) {
201 public ExpandableListView(Context context, AttributeSet attrs, int defStyle)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 32 milliseconds