Constructors Summary |
---|
public ExpandableListView(android.content.Context context) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public ExpandableListView(android.content.Context context, android.util.AttributeSet attrs) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public ExpandableListView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
public ExpandableListView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes) super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public boolean | collapseGroup(int groupPos) throw new RuntimeException("Stub!");
|
protected void | dispatchDraw(android.graphics.Canvas canvas) throw new RuntimeException("Stub!");
|
public boolean | expandGroup(int groupPos) throw new RuntimeException("Stub!");
|
public boolean | expandGroup(int groupPos, boolean animate) throw new RuntimeException("Stub!");
|
public android.widget.ListAdapter | getAdapter() throw new RuntimeException("Stub!");
|
public android.widget.ExpandableListAdapter | getExpandableListAdapter() throw new RuntimeException("Stub!");
|
public long | getExpandableListPosition(int flatListPosition) throw new RuntimeException("Stub!");
|
public int | getFlatListPosition(long packedPosition) throw new RuntimeException("Stub!");
|
public static int | getPackedPositionChild(long packedPosition) throw new RuntimeException("Stub!");
|
public static long | getPackedPositionForChild(int groupPosition, int childPosition) throw new RuntimeException("Stub!");
|
public static long | getPackedPositionForGroup(int groupPosition) throw new RuntimeException("Stub!");
|
public static int | getPackedPositionGroup(long packedPosition) throw new RuntimeException("Stub!");
|
public static int | getPackedPositionType(long packedPosition) throw new RuntimeException("Stub!");
|
public long | getSelectedId() throw new RuntimeException("Stub!");
|
public long | getSelectedPosition() throw new RuntimeException("Stub!");
|
public boolean | isGroupExpanded(int groupPosition) throw new RuntimeException("Stub!");
|
public void | onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) throw new RuntimeException("Stub!");
|
public void | onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) throw new RuntimeException("Stub!");
|
public void | onRestoreInstanceState(android.os.Parcelable state) throw new RuntimeException("Stub!");
|
public void | onRtlPropertiesChanged(int layoutDirection) throw new RuntimeException("Stub!");
|
public android.os.Parcelable | onSaveInstanceState() throw new RuntimeException("Stub!");
|
public boolean | performItemClick(android.view.View v, int position, long id) throw new RuntimeException("Stub!");
|
public void | setAdapter(android.widget.ExpandableListAdapter adapter) throw new RuntimeException("Stub!");
|
public void | setAdapter(android.widget.ListAdapter adapter) throw new RuntimeException("Stub!");
|
public void | setChildDivider(android.graphics.drawable.Drawable childDivider) throw new RuntimeException("Stub!");
|
public void | setChildIndicator(android.graphics.drawable.Drawable childIndicator) throw new RuntimeException("Stub!");
|
public void | setChildIndicatorBounds(int left, int right) throw new RuntimeException("Stub!");
|
public void | setChildIndicatorBoundsRelative(int start, int end) throw new RuntimeException("Stub!");
|
public void | setGroupIndicator(android.graphics.drawable.Drawable groupIndicator) throw new RuntimeException("Stub!");
|
public void | setIndicatorBounds(int left, int right) throw new RuntimeException("Stub!");
|
public void | setIndicatorBoundsRelative(int start, int end) throw new RuntimeException("Stub!");
|
public void | setOnChildClickListener(android.widget.ExpandableListView$OnChildClickListener onChildClickListener) throw new RuntimeException("Stub!");
|
public void | setOnGroupClickListener(android.widget.ExpandableListView$OnGroupClickListener onGroupClickListener) throw new RuntimeException("Stub!");
|
public void | setOnGroupCollapseListener(android.widget.ExpandableListView$OnGroupCollapseListener onGroupCollapseListener) throw new RuntimeException("Stub!");
|
public void | setOnGroupExpandListener(android.widget.ExpandableListView$OnGroupExpandListener onGroupExpandListener) throw new RuntimeException("Stub!");
|
public void | setOnItemClickListener(android.widget.AdapterView.OnItemClickListener l) throw new RuntimeException("Stub!");
|
public boolean | setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) throw new RuntimeException("Stub!");
|
public void | setSelectedGroup(int groupPosition) throw new RuntimeException("Stub!");
|