Searched defs:ExpandableListView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java53 * 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 { class in inherits:ListView
131 /** Serves as the glue/translator between a ListView and an ExpandableListView */
222 public ExpandableListView(Context context) { method in class:ExpandableListView
226 public ExpandableListView(Context context, AttributeSet attrs) { method in class:ExpandableListView
230 public ExpandableListView(Contex method in class:ExpandableListView
234 public ExpandableListView( method in class:ExpandableListView
[all...]

Completed in 49 milliseconds