FileDocCategorySizeDatePackage
ExpandableListView.javaAPI DocAndroid 5.1 API6364Sat Mar 14 14:09:36 GMT 2015android.widget

ExpandableListView

public class ExpandableListView extends android.widget.ListView

Fields Summary
public static final int
CHILD_INDICATOR_INHERIT
public static final int
PACKED_POSITION_TYPE_CHILD
public static final int
PACKED_POSITION_TYPE_GROUP
public static final int
PACKED_POSITION_TYPE_NULL
public static final long
PACKED_POSITION_VALUE_NULL
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 booleancollapseGroup(int groupPos)

 throw new RuntimeException("Stub!"); 
protected voiddispatchDraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public booleanexpandGroup(int groupPos)

 throw new RuntimeException("Stub!"); 
public booleanexpandGroup(int groupPos, boolean animate)

 throw new RuntimeException("Stub!"); 
public android.widget.ListAdaptergetAdapter()

 throw new RuntimeException("Stub!"); 
public android.widget.ExpandableListAdaptergetExpandableListAdapter()

 throw new RuntimeException("Stub!"); 
public longgetExpandableListPosition(int flatListPosition)

 throw new RuntimeException("Stub!"); 
public intgetFlatListPosition(long packedPosition)

 throw new RuntimeException("Stub!"); 
public static intgetPackedPositionChild(long packedPosition)

 throw new RuntimeException("Stub!"); 
public static longgetPackedPositionForChild(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
public static longgetPackedPositionForGroup(int groupPosition)

 throw new RuntimeException("Stub!"); 
public static intgetPackedPositionGroup(long packedPosition)

 throw new RuntimeException("Stub!"); 
public static intgetPackedPositionType(long packedPosition)

 throw new RuntimeException("Stub!"); 
public longgetSelectedId()

 throw new RuntimeException("Stub!"); 
public longgetSelectedPosition()

 throw new RuntimeException("Stub!"); 
public booleanisGroupExpanded(int groupPosition)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
public voidonRtlPropertiesChanged(int layoutDirection)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
public booleanperformItemClick(android.view.View v, int position, long id)

 throw new RuntimeException("Stub!"); 
public voidsetAdapter(android.widget.ExpandableListAdapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetAdapter(android.widget.ListAdapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetChildDivider(android.graphics.drawable.Drawable childDivider)

 throw new RuntimeException("Stub!"); 
public voidsetChildIndicator(android.graphics.drawable.Drawable childIndicator)

 throw new RuntimeException("Stub!"); 
public voidsetChildIndicatorBounds(int left, int right)

 throw new RuntimeException("Stub!"); 
public voidsetChildIndicatorBoundsRelative(int start, int end)

 throw new RuntimeException("Stub!"); 
public voidsetGroupIndicator(android.graphics.drawable.Drawable groupIndicator)

 throw new RuntimeException("Stub!"); 
public voidsetIndicatorBounds(int left, int right)

 throw new RuntimeException("Stub!"); 
public voidsetIndicatorBoundsRelative(int start, int end)

 throw new RuntimeException("Stub!"); 
public voidsetOnChildClickListener(android.widget.ExpandableListView$OnChildClickListener onChildClickListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnGroupClickListener(android.widget.ExpandableListView$OnGroupClickListener onGroupClickListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnGroupCollapseListener(android.widget.ExpandableListView$OnGroupCollapseListener onGroupCollapseListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnGroupExpandListener(android.widget.ExpandableListView$OnGroupExpandListener onGroupExpandListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnItemClickListener(android.widget.AdapterView.OnItemClickListener l)

 throw new RuntimeException("Stub!"); 
public booleansetSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup)

 throw new RuntimeException("Stub!"); 
public voidsetSelectedGroup(int groupPosition)

 throw new RuntimeException("Stub!");