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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java51 * default style for an {@link ExpandableListView} provides indicators which
52 * will be shown next to Views given to the {@link ExpandableListView}. The
58 * The context menu information set by an {@link ExpandableListView} will be a
66 * ExpandableListView in XML if the parent's size is also not strictly specified
69 * wrap_content if the ExpandableListView parent has a specific size, such as
80 public class ExpandableListView extends ListView { class in inherits:ListView
125 /** Serves as the glue/translator between a ListView and an ExpandableListView */
193 public ExpandableListView(Context context) { method in class:ExpandableListView
197 public ExpandableListView(Context context, AttributeSet attrs) { method in class:ExpandableListView
201 public ExpandableListView(Contex method in class:ExpandableListView
[all...]

Completed in 36 milliseconds