Searched refs:ExpandableListView (Results 1 – 12 of 12) sorted by relevance
27 import android.widget.ExpandableListView;160 ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener,161 ExpandableListView.OnGroupExpandListener { 163 ExpandableListView mList;184 public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, in onChildClick()223 mList = (ExpandableListView)findViewById(com.android.internal.R.id.list); in onContentChanged()259 public ExpandableListView getExpandableListView() { in getExpandableListView()
77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos); in getPackedPosition()78 else return ExpandableListView.getPackedPositionForGroup(groupPos); in getPackedPosition()90 if (packedPosition == ExpandableListView.PACKED_POSITION_VALUE_NULL) { in obtainPosition()95 elp.groupPos = ExpandableListView.getPackedPositionGroup(packedPosition); in obtainPosition()96 if (ExpandableListView.getPackedPositionType(packedPosition) == in obtainPosition()97 ExpandableListView.PACKED_POSITION_TYPE_CHILD) { in obtainPosition()99 elp.childPos = ExpandableListView.getPackedPositionChild(packedPosition); in obtainPosition()
87 public class ExpandableListView extends ListView { class229 public ExpandableListView(Context context) { in ExpandableListView() method in ExpandableListView233 public ExpandableListView(Context context, AttributeSet attrs) { in ExpandableListView() method in ExpandableListView237 public ExpandableListView(Context context, AttributeSet attrs, int defStyleAttr) { in ExpandableListView() method in ExpandableListView241 public ExpandableListView( in ExpandableListView() method in ExpandableListView246 com.android.internal.R.styleable.ExpandableListView, defStyleAttr, defStyleRes); in ExpandableListView()247 saveAttributeDataForStyleable(context, com.android.internal.R.styleable.ExpandableListView, in ExpandableListView()853 boolean onGroupClick(ExpandableListView parent, View v, int groupPosition, in onGroupClick()881 boolean onChildClick(ExpandableListView parent, View v, int groupPosition, in onChildClick()1384 return ExpandableListView.class.getName(); in getAccessibilityClassName()
1080 if (mList instanceof ExpandableListView) { in scrollTo()1081 final ExpandableListView expList = (ExpandableListView) mList; in scrollTo()1083 ExpandableListView.getPackedPositionForGroup(targetIndex + mHeaderCount)), in scrollTo()1093 if (mList instanceof ExpandableListView) { in scrollTo()1094 ExpandableListView expList = (ExpandableListView) mList; in scrollTo()1096 ExpandableListView.getPackedPositionForGroup(index + mHeaderCount)), 0); in scrollTo()
28 import android.widget.ExpandableListView;66 ExpandableListView listView = (ExpandableListView) findViewById(R.id.test_list); in onCreate()
26 import android.widget.ExpandableListView in <lambda>()73 val list = ExpandableListView(this) in onCreate()
55 import android.widget.ExpandableListView;605 if (view instanceof ExpandableListView) { in setAdapterBinding()606 ((ExpandableListView) view).setAdapter( in setAdapterBinding()
28 Landroid/R$styleable;->ExpandableListView:[I
4925 Landroid/app/ExpandableListActivity;->mList:Landroid/widget/ExpandableListView;66830 Landroid/widget/ExpandableListView$SavedState;-><init>(Landroid/os/Parcel;)V66831 Landroid/widget/ExpandableListView$SavedState;-><init>(Landroid/os/Parcelable;Ljava/util/ArrayList;…66832 Landroid/widget/ExpandableListView$SavedState;->CREATOR:Landroid/os/Parcelable$Creator;66833 Landroid/widget/ExpandableListView$SavedState;->expandedGroupMetadataList:Ljava/util/ArrayList;66834 Landroid/widget/ExpandableListView;->CHILD_LAST_STATE_SET:[I66835 Landroid/widget/ExpandableListView;->createContextMenuInfo(Landroid/view/View;IJ)Landroid/view/Cont…66836 Landroid/widget/ExpandableListView;->drawDivider(Landroid/graphics/Canvas;Landroid/graphics/Rect;I)V66837 Landroid/widget/ExpandableListView;->EMPTY_STATE_SET:[I66838 Landroid/widget/ExpandableListView;->getAbsoluteFlatPosition(I)I[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4114 …oid.widget.ExpandableListView.OnChildClickListener android.widget.ExpandableListView.OnGroupCollap…4117 method public android.widget.ExpandableListView getExpandableListView();4120 …method public boolean onChildClick(android.widget.ExpandableListView, android.view.View, int, int,…37324 public class ExpandableListView extends android.widget.ListView {37325 ctor public ExpandableListView(android.content.Context);37326 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet);37327 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int);37328 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int, int);37351 …method public void setOnChildClickListener(android.widget.ExpandableListView.OnChildClickListener);37352 …method public void setOnGroupClickListener(android.widget.ExpandableListView.OnGroupClickListener);[all …]
5717 …oid.widget.ExpandableListView.OnChildClickListener android.widget.ExpandableListView.OnGroupCollap…5720 method @Deprecated public android.widget.ExpandableListView getExpandableListView();5723 …method @Deprecated public boolean onChildClick(android.widget.ExpandableListView, android.view.Vie…59194 public class ExpandableListView extends android.widget.ListView {59195 ctor public ExpandableListView(android.content.Context);59196 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet);59197 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int);59198 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int, int);59221 …method public void setOnChildClickListener(android.widget.ExpandableListView.OnChildClickListener);59222 …method public void setOnGroupClickListener(android.widget.ExpandableListView.OnGroupClickListener);[all …]