Lines Matching defs:ExpandableListView

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 defStyleAttr) {
234 public ExpandableListView(
239 com.android.internal.R.styleable.ExpandableListView, defStyleAttr, defStyleRes);
557 "For ExpandableListView, use setAdapter(ExpandableListAdapter) instead of " +
568 * ExpandableListView, so it would be nice to throw a RuntimeException,
838 boolean onGroupClick(ExpandableListView parent, View v, int groupPosition,
857 * @param parent The ExpandableListView where the click happened
865 boolean onChildClick(ExpandableListView parent, View v, int groupPosition,
880 * {@link ExpandableListView#getPackedPositionType} ,
881 * {@link ExpandableListView#getPackedPositionChild},
882 * {@link ExpandableListView#getPackedPositionGroup} to unpack.
1086 * {@link ExpandableListAdapter} or {@link ExpandableListView} method can
1247 * Extra menu information specific to an {@link ExpandableListView} provided
1262 * will be one of the children Views of this {@link ExpandableListView}.
1269 * {@link ExpandableListView#getPackedPositionType},
1270 * {@link ExpandableListView#getPackedPositionChild}, and
1271 * {@link ExpandableListView#getPackedPositionGroup} to unpack this.
1286 * Constructor called from {@link ExpandableListView#onSaveInstanceState()}
1347 event.setClassName(ExpandableListView.class.getName());
1353 info.setClassName(ExpandableListView.class.getName());